Skip to content

Commit 157976f

Browse files
committed
chore: remove unused + bump dev dependencies
1 parent 92a7fa7 commit 157976f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$finder = (new PhpCsFixer\Finder())
44
->in(__DIR__)
55
->exclude(__DIR__.'/vendor')
6-
->exclude(__DIR__.'/phpstan-baseline.php')
6+
->notPath('phpstan-baseline.php')
77
;
88

99
return (new PhpCsFixer\Config())

0 commit comments

Comments
 (0)