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 21e4902 commit 938c2f6Copy full SHA for 938c2f6
phpstan.neon.dist
@@ -50,4 +50,19 @@ parameters:
50
-
51
message: "#.*return with type T is not subtype.*#"
52
paths:
53
- - src/SDK/Common/InstrumentationScope
+ - src/SDK/Common/InstrumentationScope
54
+
55
+ -
56
+ message: "#^Call to (static )?method .* on an unknown class .*#"
57
+ paths:
58
+ - src/Config/SDK/Configuration/Environment/Adapter/
59
60
61
+ message: "#^Instantiated class .* not found\\.#"
62
63
64
65
66
+ message: "#^Caught class .* not found\\.#"
67
68
0 commit comments