We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3394f86 commit b0a4306Copy full SHA for b0a4306
.php-cs-fixer.dist.php
@@ -43,7 +43,7 @@
43
->setRiskyAllowed(true)
44
->setFinder(
45
(new PhpCsFixer\Finder())
46
- ->in(__DIR__.'/{demo,examples,fixtures,src}')
+ ->in(__DIR__.'/{.phpstan,demo,examples,fixtures,src}')
47
->append([__FILE__])
48
->exclude('var')
49
)
0 commit comments