mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
php-cs-fixer: enforce EOF newlines
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user