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-baseline.neon
+15
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
parameters:
2
2
ignoreErrors:
3
+
-
4
+
message:"#^Although PHPStan\\\\Reflection\\\\Php\\\\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same\\.$#"
5
+
count:1
6
+
path:src/Symfony/RequiredAutowiringExtension.php
7
+
3
8
-
4
9
message:"#^Call to function method_exists\\(\\) with Symfony\\\\Component\\\\Console\\\\Input\\\\InputOption and 'isNegatable' will always evaluate to true\\.$#"
5
10
count:1
@@ -10,6 +15,16 @@ parameters:
10
15
count:1
11
16
path:tests/Rules/NonexistentInputBagClassTest.php
12
17
18
+
-
19
+
message:"#^Creating new PHPStan\\\\Reflection\\\\ConstructorsHelper is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
message:"#^Creating new PHPStan\\\\Rules\\\\Properties\\\\UninitializedPropertyRule is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
message:"#^Accessing PHPStan\\\\Rules\\\\Comparison\\\\ImpossibleCheckTypeMethodCallRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
0 commit comments