Skip to content

Commit 78ca186

Browse files
committed
Update friendsofphp/php-cs-fixer recipe
1 parent 17e8c9b commit 78ca186

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.php-cs-fixer.dist.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
$finder = (new PhpCsFixer\Finder())
88
->in(__DIR__)
99
->exclude('var')
10+
->notPath([
11+
'config/bundles.php',
12+
'config/reference.php',
13+
])
1014
->append($binFinder);
1115

1216
return (new PhpCsFixer\Config())

symfony.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)