Skip to content

Commit 92a7fa7

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

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

89
return (new PhpCsFixer\Config())

0 commit comments

Comments
 (0)