Skip to content

Commit f23d400

Browse files
committed
Update phpstan baseline
1 parent 7ca7014 commit f23d400

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

phpstan-baseline.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ parameters:
190190
count: 1
191191
path: src/Parser/Node/DocBlockNode.php
192192

193+
-
194+
message: "#^Call to an undefined method PhpParser\\\\Node\\\\Identifier\\|PhpParser\\\\Node\\\\IntersectionType\\|PhpParser\\\\Node\\\\Name\\:\\:__toString\\(\\)\\.$#"
195+
count: 1
196+
path: src/Parser/NodeVisitor.php
197+
193198
-
194199
message: "#^Method Doctum\\\\Parser\\\\NodeVisitor\\:\\:addAliases\\(\\) has no return type specified\\.$#"
195200
count: 1
@@ -1415,6 +1420,11 @@ parameters:
14151420
count: 1
14161421
path: src/Reflection/Reflection.php
14171422

1423+
-
1424+
message: "#^Method Doctum\\\\Reflection\\\\Reflection\\:\\:getCategories\\(\\) return type has no value type specified in iterable type array\\.$#"
1425+
count: 1
1426+
path: src/Reflection/Reflection.php
1427+
14181428
-
14191429
message: "#^Method Doctum\\\\Reflection\\\\Reflection\\:\\:getDeprecated\\(\\) return type has no value type specified in iterable type array\\.$#"
14201430
count: 1

0 commit comments

Comments
 (0)