diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index fd65257..60d7da8 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -7,6 +7,7 @@ ->setRiskyAllowed(true) ->setRules([ '@PER-CS2.0' => true, + 'single_line_empty_body' => false, 'array_push' => true, 'backtick_to_shell_exec' => true,