Skip to content

Commit 341272a

Browse files
CountZero1981JanTvrdik
authored andcommitted
PhpDocParserTest: fix wrong PhpDoc annotation (#17)
1 parent ed32233 commit 341272a

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
@@ -27,7 +27,7 @@ class PhpDocParserTest extends \PHPUnit\Framework\TestCase
2727
/** @var Lexer */
2828
private $lexer;
2929

30-
/** @var PhpDocParser() */
30+
/** @var PhpDocParser */
3131
private $phpDocParser;
3232

3333
protected function setUp()

0 commit comments

Comments
 (0)