Skip to content

Commit 7a5b7e4

Browse files
committed
minor #1545 Remove bin/console ignore from php-cs-fixer configuration (codedmonkey)
This PR was merged into the main branch. Discussion ---------- Remove bin/console ignore from php-cs-fixer configuration Remove redundant ignored path in .php-cs-fixer.dist.php since the Finder only searches for .php files Commits ------- 41fe1bd Remove redundant ignored path in .php-cs-fixer.dist.php since the Finder only searches for .php files
2 parents 381f0fd + 41fe1bd commit 7a5b7e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
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)