Skip to content

Commit

Permalink
minor #1545 Remove bin/console ignore from php-cs-fixer configuration…
Browse files Browse the repository at this point in the history
… (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
  • Loading branch information
javiereguiluz committed Dec 10, 2024
2 parents 381f0fd + 41fe1bd commit 7a5b7e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
->exclude('public/bundles')
->exclude('public/build')
// exclude files generated by Symfony Flex recipes
->notPath('bin/console')
->notPath('public/index.php')
->notPath('importmap.php')
;
Expand Down

0 comments on commit 7a5b7e4

Please sign in to comment.