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
@@ -90,6 +90,15 @@ parameters:
90
90
count:1
91
91
path:src/PhpDoc/ResolvedPhpDocBlock.php
92
92
93
+
-
94
+
message:
95
+
"""
96
+
#^Call to deprecated method getInstance\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
97
+
Use PHPStan\\\\Reflection\\\\ReflectionProviderStaticAccessor instead$#
98
+
"""
99
+
count:1
100
+
path:src/PhpDoc/StubValidator.php
101
+
93
102
-
94
103
message:"#^Return type \\(PHPStan\\\\PhpDoc\\\\Tag\\\\ParamTag\\) of method PHPStan\\\\PhpDoc\\\\Tag\\\\ParamTag\\:\\:withType\\(\\) should be covariant with return type \\(static\\(PHPStan\\\\PhpDoc\\\\Tag\\\\TypedTag\\)\\) of method PHPStan\\\\PhpDoc\\\\Tag\\\\TypedTag\\:\\:withType\\(\\)$#"
95
104
count:1
@@ -245,6 +254,15 @@ parameters:
245
254
count:1
246
255
path:src/Testing/PHPStanTestCase.php
247
256
257
+
-
258
+
message:
259
+
"""
260
+
#^Call to deprecated method getInstance\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
261
+
Use PHPStan\\\\Reflection\\\\ReflectionProviderStaticAccessor instead$#
0 commit comments