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 92a7fa7 commit 157976fCopy full SHA for 157976f
.php-cs-fixer.php
@@ -3,7 +3,7 @@
3
$finder = (new PhpCsFixer\Finder())
4
->in(__DIR__)
5
->exclude(__DIR__.'/vendor')
6
- ->exclude(__DIR__.'/phpstan-baseline.php')
+ ->notPath('phpstan-baseline.php')
7
;
8
9
return (new PhpCsFixer\Config())
0 commit comments