mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-02 16:23:04 +00:00
php-cs-fixer: add logical_operators rule
This commit is contained in:
@ -43,6 +43,7 @@ return (new PhpCsFixer\Config)
|
||||
'import_classes' => null,
|
||||
],
|
||||
'indentation_type' => true,
|
||||
'logical_operators' => true,
|
||||
'native_function_invocation' => [
|
||||
'scope' => 'namespaced',
|
||||
'include' => ['@all'],
|
||||
|
Reference in New Issue
Block a user