diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index c49c799c7..635b00ddd 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -11,7 +11,7 @@ return PhpCsFixer\Config::create() 'combine_consecutive_unsets' => true, 'heredoc_to_nowdoc' => true, 'no_extra_blank_lines' => [ - 'break', + 'break', 'continue', 'extra', 'return',