mirror of
https://github.com/danog/phpdoc-parser.git
synced 2025-01-23 06:12:09 +01:00
Fix CS
This commit is contained in:
parent
3dfe57b7d0
commit
7093385390
@ -3051,7 +3051,7 @@ chunk. Must be higher that in the previous request.'),
|
||||
'malformed const fetch',
|
||||
'/** @param Foo::** $a */',
|
||||
new PhpDocNode([
|
||||
new PhpDocTagNode('@param', new InvalidTagValueNode('Foo::** $a', new ParserException('*', Lexer::TOKEN_WILDCARD, 17, Lexer::TOKEN_VARIABLE))),
|
||||
new PhpDocTagNode('@param', new InvalidTagValueNode('Foo::** $a', new \PHPStan\PhpDocParser\Parser\ParserException('*', Lexer::TOKEN_WILDCARD, 17, Lexer::TOKEN_VARIABLE))),
|
||||
]),
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user