Skip to content

Commit

Permalink
chore: ignore generated in phpcs config
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Nov 28, 2024
1 parent b511dc6 commit acf97e1
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 @@ -24,6 +24,7 @@
->in(__DIR__)
->exclude(
[
'generated',
'tests/Application',
]
)
Expand Down

0 comments on commit acf97e1

Please sign in to comment.