We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b7201 commit 93378a1Copy full SHA for 93378a1
.php-cs-fixer.dist.php
@@ -2,6 +2,7 @@
2
3
$finder = PhpCsFixer\Finder::create()
4
->in(__DIR__)
5
+ ->exclude('docker')
6
->exclude('config')
7
->exclude('var')
8
->exclude('public/bundles')
0 commit comments