diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 9f3f86110..a7729a2f8 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -35,6 +35,7 @@ $config 'style' => 'post', ], 'indentation_type' => true, + 'is_null' => true, 'line_ending' => true, 'new_with_parentheses' => true, 'no_extra_blank_lines' => true,