Skip to content

Commit acf97e1

Browse files
author
Maxime Leclercq
committed
chore: ignore generated in phpcs config
1 parent b511dc6 commit acf97e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
->in(__DIR__)
2525
->exclude(
2626
[
27+
'generated',
2728
'tests/Application',
2829
]
2930
)

0 commit comments

Comments
 (0)