php-cs-fixer: enforce EOF newlines

This commit is contained in:
Dylan K. Taylor 2022-01-07 20:12:21 +00:00
parent e8893dd91f
commit ed2145b6a4
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
7 changed files with 7 additions and 6 deletions

View File

@ -75,6 +75,7 @@ return (new PhpCsFixer\Config)
'return_type_declaration' => [ 'return_type_declaration' => [
'space_before' => 'one' 'space_before' => 'one'
], ],
'single_blank_line_at_eof' => true,
'single_import_per_statement' => true, 'single_import_per_statement' => true,
'strict_param' => true, 'strict_param' => true,
'unary_operator_spaces' => true, 'unary_operator_spaces' => true,