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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ parameters:
225
225
-
226
226
message:'#^Call to an undefined method PhpParser\\Node\\ComplexType\|PhpParser\\Node\\Identifier\|PhpParser\\Node\\Name\:\:__toString\(\)\.$#'
227
227
identifier:method.notFound
228
-
count:1
228
+
count:2
229
229
path:src/Parser/NodeVisitor.php
230
230
231
231
-
@@ -360,6 +360,12 @@ parameters:
360
360
count:1
361
361
path:src/Parser/NodeVisitor.php
362
362
363
+
-
364
+
message:'#^Method Doctum\\Parser\\NodeVisitor\:\:typeToArray\(\) return type has no value type specified in iterable type array\.$#'
365
+
identifier:missingType.iterableValue
366
+
count:1
367
+
path:src/Parser/NodeVisitor.php
368
+
363
369
-
364
370
message:'#^Method Doctum\\Parser\\NodeVisitor\:\:updateMethodParametersFromTags\(\) has parameter \$tags with no value type specified in iterable type array\.$#'
365
371
identifier:missingType.iterableValue
@@ -2418,12 +2424,6 @@ parameters:
2418
2424
count:1
2419
2425
path:tests/Parser/NodeVisitorTest.php
2420
2426
2421
-
-
2422
-
message:'#^Call to method PHPUnit\\Framework\\Assert\:\:assertSame\(\) with array\{''The hint on "prop1"…''\} and array\{\} will always evaluate to false\.$#'
2423
-
identifier:method.impossibleType
2424
-
count:1
2425
-
path:tests/Parser/NodeVisitorTest.php
2426
-
2427
2427
-
2428
2428
message:'#^Call to method PHPUnit\\Framework\\Assert\:\:assertSame\(\) with array\{''Too much @return…''\} and array\{\} will always evaluate to false\.$#'
2429
2429
identifier:method.impossibleType
@@ -2439,7 +2439,7 @@ parameters:
2439
2439
-
2440
2440
message:'#^Call to method PHPUnit\\Framework\\Assert\:\:assertSame\(\) with array\{\} and array\{\} will always evaluate to true\.$#'
0 commit comments