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
@@ -635,6 +635,11 @@ parameters:
635
635
count:2
636
636
path:src/Rules/RuleLevelHelper.php
637
637
638
+
-
639
+
message:"#^Doing instanceof PHPStan\\\\Type\\\\ObjectType is error\\-prone and deprecated\\. Use Type\\:\\:isObject\\(\\) or Type\\:\\:getObjectClassNames\\(\\) instead\\.$#"
640
+
count:2
641
+
path:src/Rules/RuleLevelHelper.php
642
+
638
643
-
639
644
message:"#^Doing instanceof PHPStan\\\\Type\\\\ObjectWithoutClassType is error\\-prone and deprecated\\. Use Type\\:\\:isObject\\(\\) instead\\.$#"
0 commit comments