Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Sep 14, 2024
1 parent 7021d79 commit 043235a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 043235a

Please sign in to comment.