You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan.neon.dist
+5-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ parameters:
10
10
11
11
ignoreErrors:
12
12
- "#^Construct empty\\(\\) is not allowed. Use more strict comparison|Call to an undefined method ReflectionMethod|ReflectionProperty\\:\\:getAttributes\\(\\).$#"
13
-
- "#^Property Rade\\\\DI\\\\Loader\\\\FileLoader|ClosureLoader\\:\\:\\$container \\(Rade\\\\DI\\\\Container\\|Rade\\\\DI\\\\ContainerBuilder\\) does not accept Rade\\\\DI\\\\AbstractContainer.$#"
13
+
- "#^Property Rade\\\\DI\\\\Loader\\\\FileLoader\\:\\:\\$container \\(Rade\\\\DI\\\\Container\\|Rade\\\\DI\\\\ContainerBuilder\\) does not accept Rade\\\\DI\\\\AbstractContainer.$#"
14
14
-
15
15
message: "#^Parameter \\#2 \\$service \\(Rade\\\\DI\\\\Definition\\|Rade\\\\DI\\\\RawDefinition\\) of method Rade\\\\DI\\\\ContainerBuilder\\:\\:doCreate\\(\\) should be contravariant with parameter \\$service \\(callable\\(\\): mixed\\) of method Rade\\\\DI\\\\AbstractContainer\\:\\:doCreate\\(\\)$#"
16
16
path: src/ContainerBuilder.php
@@ -36,5 +36,8 @@ parameters:
36
36
message: "#^Call to an undefined static method Rade\\\\DI\\\\Services\\\\ServiceProviderInterface\\:\\:getId\\(\\).$#"
37
37
path: src/AbstractContainer.php
38
38
-
39
-
message: "#^Variable \\$excludePattern might not be defined.$#"
39
+
message: "#^Variable \\$excludePattern might not be defined.|Call to function is_scalar\\(\\) with mixed will always evaluate to true.$#"
40
40
path: src/Loader/FileLoader.php
41
+
-
42
+
message: "#^Instanceof between \\*NEVER\\* and Symfony\\\\Component\\\\Yaml\\\\Tag\\\\TaggedValue will always evaluate to false.$#"
0 commit comments