Skip to content

Commit 06f7656

Browse files
committed
chore: Add stubs folder to ignore list for code style
Signed-off-by: Côme Chilliet <[email protected]>
1 parent e75ec7c commit 06f7656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
$config
1111
->getFinder()
1212
->ignoreVCSIgnored(true)
13-
->notPath('build')
13+
->notPath('tests/stubs')
1414
->notPath('l10n')
1515
->notPath('src')
1616
->notPath('vendor')
17+
->notPath('vendor-bin')
1718
->in(__DIR__);
1819
return $config;

0 commit comments

Comments
 (0)