Skip to content

Commit 9a38a4f

Browse files
authored
Fix PHPStan (#139)
Remove an ignore which is no longer needed since PHPStan 1.10.48.
1 parent 2d9a90d commit 9a38a4f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan.neon.dist

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ parameters:
55
- src
66
bootstrapFiles:
77
- tests/bootstrap.php
8-
ignoreErrors:
9-
-
10-
count: 1
11-
message: '~^Undefined variable: \$phpCodeSnifferConfig$~'
12-
path: src/Config.php
138

149
dynamicConstantNames:
1510
- PHP_CODESNIFFER_IN_TESTS

0 commit comments

Comments
 (0)