mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Fixing function import inconsistencies since php-cs-fixer 3.0 migration
This commit is contained in:
parent
142c8f067b
commit
1a395a51c9
@ -41,7 +41,8 @@ return (new PhpCsFixer\Config)
|
||||
],
|
||||
'indentation_type' => true,
|
||||
'native_function_invocation' => [
|
||||
'scope' => 'namespaced'
|
||||
'scope' => 'namespaced',
|
||||
'include' => ['@all'],
|
||||
],
|
||||
'no_closing_tag' => true,
|
||||
'no_empty_phpdoc' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user