Skip to content

Commit 089e02d

Browse files
committed
chore: update the phpstan baseline
1 parent ac94615 commit 089e02d

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
@@ -2065,6 +2065,16 @@ parameters:
20652065
count: 1
20662066
path: tests/Parser/ProjectTraverserTest.php
20672067

2068+
-
2069+
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with array\\{href\\: string, rel\\: string, target\\: string, before_text\\: string, link_text\\: string, after_text\\: string\\} and array\\{href\\: '', target\\: '', rel\\: '', before_text\\: '', link_text\\: '', after_text\\: ''\\} will always evaluate to false\\.$#"
2070+
count: 1
2071+
path: tests/ProjectTest.php
2072+
2073+
-
2074+
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with array\\{href\\: string, rel\\: string, target\\: string, before_text\\: string, link_text\\: string, after_text\\: string\\} and array\\{href\\: 'https\\://github\\.com…', target\\: '_blank', rel\\: 'noreferrer noopener', before_text\\: 'You can edit the…', link_text\\: 'on this', after_text\\: 'repository'\\} will always evaluate to false\\.$#"
2075+
count: 1
2076+
path: tests/ProjectTest.php
2077+
20682078
-
20692079
message: "#^Method Doctum\\\\Tests\\\\Renderer\\\\TwigExtensionTest\\:\\:dataProviderParseDesc\\(\\) return type has no value type specified in iterable type array\\.$#"
20702080
count: 1

0 commit comments

Comments
 (0)