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 1f255c9 commit 43561b2Copy full SHA for 43561b2
phpstan.neon.dist
@@ -54,4 +54,16 @@ parameters:
54
-
55
message: "#.*expects Google\\\\Protobuf\\\\RepeatedField.*#"
56
paths:
57
- - src/Contrib/Otlp
+ - src/Contrib/Otlp
58
+ -
59
+ message: "#^Call to (static )?method .* on an unknown class .*#"
60
+ paths:
61
+ - src/Config/SDK/Configuration/Environment/Adapter/
62
63
+ message: "#^Instantiated class .* not found\\.#"
64
65
66
67
+ message: "#^Caught class .* not found\\.#"
68
69
0 commit comments