diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index b4b7a6c..22b0671 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -30,6 +30,8 @@ return (new Config()) 'single_line_empty_body' => true, 'strict_comparison' => true, 'strict_param' => true, + 'trailing_comma_in_multiline' => ['after_heredoc' => true, 'elements' => ['arguments', 'array_destructuring', 'arrays', 'match', 'parameters']], + ]) ->setRiskyAllowed(true) ->setFinder($finder)