Skip to content

Commit c3e529e

Browse files
Do not run php-cs-fixer on build/
1 parent 2cfde30 commit c3e529e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php_cs.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ return PhpCsFixer\Config::create()
195195
->setFinder(
196196
PhpCsFixer\Finder::create()
197197
->files()
198-
->in(__DIR__ . '/build')
199198
->in(__DIR__ . '/src')
200199
->in(__DIR__ . '/tests')
201200
->notName('*.phpt')

0 commit comments

Comments
 (0)