Skip to content

Commit b0a4306

Browse files
committed
Include .phpstan/ folder in PHP-CS-Fixer configuration
1 parent 3394f86 commit b0a4306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
->setRiskyAllowed(true)
4444
->setFinder(
4545
(new PhpCsFixer\Finder())
46-
->in(__DIR__.'/{demo,examples,fixtures,src}')
46+
->in(__DIR__.'/{.phpstan,demo,examples,fixtures,src}')
4747
->append([__FILE__])
4848
->exclude('var')
4949
)

0 commit comments

Comments
 (0)