mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Merge branch 'legacy/pm3' into stable
This commit is contained in:
commit
929abb04be
@ -68,6 +68,9 @@ return (new PhpCsFixer\Config)
|
|||||||
],
|
],
|
||||||
'phpdoc_trim' => true,
|
'phpdoc_trim' => true,
|
||||||
'phpdoc_trim_consecutive_blank_line_separation' => true,
|
'phpdoc_trim_consecutive_blank_line_separation' => true,
|
||||||
|
'return_type_declaration' => [
|
||||||
|
'space_before' => 'one'
|
||||||
|
],
|
||||||
'single_import_per_statement' => true,
|
'single_import_per_statement' => true,
|
||||||
'strict_param' => true,
|
'strict_param' => true,
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user