Skip to content

Commit 8a33e82

Browse files
committed
Remove unused path from PHPCS and PHPStan configuration files
1 parent eee55be commit 8a33e82

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

phpcs.xml.dist

-2
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,4 @@
498498
</rule>
499499

500500
<file>src</file>
501-
<file>tests</file>
502-
503501
</ruleset>

phpstan.neon.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ includes:
33

44
parameters:
55
level: max
6-
paths: [src, tests]
6+
paths: [src]
77
tmpDir: '%rootDir%/.cache/phpstan'

0 commit comments

Comments
 (0)