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 a402c55 commit 903a154Copy full SHA for 903a154
phpstan.neon.dist
@@ -23,3 +23,9 @@ parameters:
23
-
24
message: '#Call to an undefined static method \S+#'
25
path: tests/Support/RunkitTest.php
26
+
27
+ # PHPUnit 10+ attributes not available in earlier versions
28
+ -
29
+ message: '#Attribute class PHPUnit\\Framework\\Attributes\\After does not exist\.'
30
+ paths:
31
+ - src/EnvironmentVariables.php
0 commit comments