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 ad61553 commit e9164af
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 @@ -25,6 +25,7 @@
],
'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],
// PHP 7 compatibility
'get_class_to_class_keyword' => false,
Expand Down

0 comments on commit e9164af

Please sign in to comment.