We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98e414 commit c980ccaCopy full SHA for c980cca
tools/phpstan.neon
@@ -23,6 +23,11 @@ parameters:
23
- Orisai\Exceptions\Check\CheckedException
24
25
ignoreErrors:
26
+ # Internal classes in tests
27
+ -
28
+ message: '#(.+)internal(.+)OriNette(.+)#'
29
+ path: ../tests
30
+
31
# Hard to solve, minimal impact
32
-
33
message: '#^Method (.+)getNames\(\) should return array\<string\> but returns array\<int, int\|string\>\.$#'
0 commit comments