mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +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,
|
'import_classes' => null,
|
||||||
],
|
],
|
||||||
'indentation_type' => true,
|
'indentation_type' => true,
|
||||||
|
'logical_operators' => true,
|
||||||
'native_function_invocation' => [
|
'native_function_invocation' => [
|
||||||
'scope' => 'namespaced',
|
'scope' => 'namespaced',
|
||||||
'include' => ['@all'],
|
'include' => ['@all'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user