Skip to content

Commit

Permalink
Fix PHP version incompatible update
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Sep 5, 2024
1 parent 4a6eae0 commit 0868be3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
'method' => 'multi',
'property' => 'multi',
],
'trailing_comma_in_multiline' => [
'after_heredoc' => false,
'elements' => ['arrays'],
],
])
->setRiskyAllowed(true)
->setFinder(
Expand Down

0 comments on commit 0868be3

Please sign in to comment.