php-cs-fixer: add logical_operators rule

This commit is contained in:
Dylan K. Taylor 2022-01-20 19:23:33 +00:00
parent 4e956d5d1d
commit 32db27af78
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -43,6 +43,7 @@ return (new PhpCsFixer\Config)
'import_classes' => null,
],
'indentation_type' => true,
'logical_operators' => true,
'native_function_invocation' => [
'scope' => 'namespaced',
'include' => ['@all'],