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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -576,6 +576,24 @@ parameters:
576
576
count:1
577
577
path:src/Rules/Generics/TemplateTypeCheck.php
578
578
579
+
-
580
+
message:"""
581
+
#^Call to deprecated method getValue\\(\\) of class PHPStan\\\\Reflection\\\\ClassConstantReflection\\:
582
+
Use getValueExpr\\(\\)$#
583
+
"""
584
+
count:1
585
+
path:src/Rules/Keywords/RequireFileExistsRule.php
586
+
587
+
-
588
+
message:"#^Instanceof between PhpParser\\\\Node\\\\Name and PhpParser\\\\Node\\\\Name will always evaluate to true\\.$#"
589
+
count:1
590
+
path:src/Rules/Keywords/RequireFileExistsRule.php
591
+
592
+
-
593
+
message:"#^Method PHPStan\\\\Rules\\\\Keywords\\\\RequireFileExistsRule\\:\\:processNode\\(\\) should return list\\<PHPStan\\\\Rules\\\\IdentifierRuleError\\> but returns array\\{PHPStan\\\\Rules\\\\RuleError\\}\\.$#"
594
+
count:1
595
+
path:src/Rules/Keywords/RequireFileExistsRule.php
596
+
579
597
-
580
598
message:"#^Function class_implements\\(\\) is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine\\. Use objects retrieved from ReflectionProvider instead\\.$#"
0 commit comments