diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 35102be7d..3fbdf33bb 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -43,6 +43,7 @@ return (new PhpCsFixer\Config) 'import_classes' => null, ], 'indentation_type' => true, + 'logical_operators' => true, 'native_function_invocation' => [ 'scope' => 'namespaced', 'include' => ['@all'],