Skip to content

Commit 490b2e2

Browse files
committed
Clean up PHPStan configuration for toolbox package
Remove unused ignoreErrors rule for missingType.iterableValue as it's not present in the current test files.
1 parent 3c2a9b8 commit 490b2e2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/toolbox/phpstan.dist.neon

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ parameters:
99
treatPhpDocTypesAsCertain: false
1010
ignoreErrors:
1111
-
12-
message: "#^Method .*::test.*\\(\\) has no return type specified\\.$#"
13-
-
14-
identifier: missingType.iterableValue
15-
path: tests/*
12+
message: "#^Method .*::test.*\\(\\) has no return type specified\\.$#"

0 commit comments

Comments
 (0)