Skip to content

Commit 7093385

Browse files
committedMay 4, 2020
Fix CS
1 parent 3dfe57b commit 7093385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/PHPStan/Parser/PhpDocParserTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3051,7 +3051,7 @@ public function provideRealWorldExampleData(): \Iterator
30513051
'malformed const fetch',
30523052
'/** @param Foo::** $a */',
30533053
new PhpDocNode([
3054-
new PhpDocTagNode('@param', new InvalidTagValueNode('Foo::** $a', new ParserException('*', Lexer::TOKEN_WILDCARD, 17, Lexer::TOKEN_VARIABLE))),
3054+
new PhpDocTagNode('@param', new InvalidTagValueNode('Foo::** $a', new \PHPStan\PhpDocParser\Parser\ParserException('*', Lexer::TOKEN_WILDCARD, 17, Lexer::TOKEN_VARIABLE))),
30553055
]),
30563056
];
30573057
}

0 commit comments

Comments
 (0)