diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 39a1be5..f034891 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -21,6 +21,7 @@ 'php_unit_test_case_static_method_calls' => ['call_type' => 'self'], 'self_static_accessor' => true, 'single_line_throw' => false, + 'trailing_comma_in_multiline' => ['after_heredoc' => true, 'elements' => ['array_destructuring', 'arrays']], 'whitespace_after_comma_in_array' => ['ensure_single_space' => true], ]) ->setRiskyAllowed(true)