mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-03 18:42:37 +00:00
php-cs-fixer: add logical_operators rule
This commit is contained in:
parent
4e956d5d1d
commit
32db27af78
@ -43,6 +43,7 @@ return (new PhpCsFixer\Config)
|
||||
'import_classes' => null,
|
||||
],
|
||||
'indentation_type' => true,
|
||||
'logical_operators' => true,
|
||||
'native_function_invocation' => [
|
||||
'scope' => 'namespaced',
|
||||
'include' => ['@all'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user