mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-16 00:15:35 +00:00
php-cs-fixer: enforce EOF newlines
This commit is contained in:
parent
e8893dd91f
commit
ed2145b6a4
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user