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
+5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
parameters:
2
2
ignoreErrors:
3
+
-
4
+
message:"#^Call to function method_exists\\(\\) with Symfony\\\\Component\\\\Console\\\\Input\\\\InputOption and 'isNegatable' will always evaluate to true\\.$#"
5
+
count:1
6
+
path:src/Type/Symfony/GetOptionTypeHelper.php
7
+
3
8
-
4
9
message:"#^Accessing PHPStan\\\\Rules\\\\Methods\\\\CallMethodsRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
0 commit comments