diff --git a/tests/PHPStan/Parser/PhpDocParserTest.php b/tests/PHPStan/Parser/PhpDocParserTest.php index b9089666..19f0cff6 100644 --- a/tests/PHPStan/Parser/PhpDocParserTest.php +++ b/tests/PHPStan/Parser/PhpDocParserTest.php @@ -27,7 +27,7 @@ class PhpDocParserTest extends \PHPUnit\Framework\TestCase /** @var Lexer */ private $lexer; - /** @var PhpDocParser() */ + /** @var PhpDocParser */ private $phpDocParser; protected function setUp()