Skip to content

Commit c3e5dfc

Browse files
committed
chore: update the phpstan baseline
1 parent 540672f commit c3e5dfc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

phpstan-baseline.neon

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ parameters:
225225
-
226226
message: '#^Call to an undefined method PhpParser\\Node\\ComplexType\|PhpParser\\Node\\Identifier\|PhpParser\\Node\\Name\:\:__toString\(\)\.$#'
227227
identifier: method.notFound
228-
count: 1
228+
count: 2
229229
path: src/Parser/NodeVisitor.php
230230

231231
-
@@ -360,6 +360,12 @@ parameters:
360360
count: 1
361361
path: src/Parser/NodeVisitor.php
362362

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+
363369
-
364370
message: '#^Method Doctum\\Parser\\NodeVisitor\:\:updateMethodParametersFromTags\(\) has parameter \$tags with no value type specified in iterable type array\.$#'
365371
identifier: missingType.iterableValue
@@ -2418,12 +2424,6 @@ parameters:
24182424
count: 1
24192425
path: tests/Parser/NodeVisitorTest.php
24202426

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-
24272427
-
24282428
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertSame\(\) with array\{''Too much @return…''\} and array\{\} will always evaluate to false\.$#'
24292429
identifier: method.impossibleType
@@ -2439,7 +2439,7 @@ parameters:
24392439
-
24402440
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertSame\(\) with array\{\} and array\{\} will always evaluate to true\.$#'
24412441
identifier: method.alreadyNarrowedType
2442-
count: 3
2442+
count: 4
24432443
path: tests/Parser/NodeVisitorTest.php
24442444

24452445
-

0 commit comments

Comments
 (0)