Skip to content

Commit

Permalink
Fix code style config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Nov 26, 2024
1 parent cc5e7ec commit 9b5a8f8
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 @@ -45,6 +45,7 @@
'phpdoc_to_comment' => [
'ignored_tags' => ['todo', 'var', 'see', 'phpstan-ignore-next-line'],
],
'trailing_comma_in_multiline' => false,
])
->setFinder($finder);

Expand Down

0 comments on commit 9b5a8f8

Please sign in to comment.