Skip to content

Commit 93378a1

Browse files
committed
fix .php-cs-fixer.dist.php to exclude docker dir
1 parent f8b7201 commit 93378a1

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
@@ -2,6 +2,7 @@
22

33
$finder = PhpCsFixer\Finder::create()
44
->in(__DIR__)
5+
->exclude('docker')
56
->exclude('config')
67
->exclude('var')
78
->exclude('public/bundles')

0 commit comments

Comments
 (0)