Skip to content

Commit 2367e5d

Browse files
committed
minor #246 Include .phpstan/ folder in PHP-CS-Fixer configuration (OskarStark)
This PR was merged into the main branch. Discussion ---------- Include .phpstan/ folder in PHP-CS-Fixer configuration | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | Follows #245 | License | MIT Commits ------- b0a4306 Include .phpstan/ folder in PHP-CS-Fixer configuration
2 parents bafec9d + b0a4306 commit 2367e5d

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)