Skip to content

Commit 41fe1bd

Browse files
committed
Remove redundant ignored path in .php-cs-fixer.dist.php since the Finder only searches for .php files
1 parent 7169fb5 commit 41fe1bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .php-cs-fixer.dist.php

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
->exclude('public/bundles')
1717
->exclude('public/build')
1818
// exclude files generated by Symfony Flex recipes
19-
->notPath('bin/console')
2019
->notPath('public/index.php')
2120
->notPath('importmap.php')
2221
;

0 commit comments

Comments
 (0)