-
-
Notifications
You must be signed in to change notification settings - Fork 946
Description
-
Checkout 0.12.19.
-
Put this file in the repository root.
inheritdoc-sample.php.txt -
Run
bin/phpstan analyse -l 8 inheritdoc-sample.php
I get an error:
PHP Fatal error: Uncaught Error: Call to undefined method PhpParser\Comment\Doc::getEndLine() in /home/alexey/work/phpstan-src/src/Analyser/FileAnalyser.php:267 Stack trace: #0 /home/alexey/work/phpstan-src/src/Analyser/FileAnalyser.php(245): PHPStan\Analyser\FileAnalyser->findLineToIgnoreComment(Object(PhpParser\Comment\Doc)) #1 /home/alexey/work/phpstan-src/src/Analyser/FileAnalyser.php(165): PHPStan\Analyser\FileAnalyser->getLinesToIgnore(Object(PHPStan\Node\FileNode)) #2 /home/alexey/work/phpstan-src/src/Analyser/FileAnalyser.php(181): PHPStan\Analyser\FileAnalyser->PHPStan\Analyser\{closure}(Object(PHPStan\Node\FileNode), Object(PHPStan\Analyser\MutatingScope)) #3 /home/alexey/work/phpstan-src/src/PhpDoc/StubValidator.php(96): PHPStan\Analyser\FileAnalyser->analyseFile('/home/alexey/wo...', Array, Object(PHPStan\Rules\Registry), Object(Closure)) #4 /home/alexey/work/phpstan-src/src/Command/AnalyseApplication.php(85): PHPStan\PhpDoc\StubValidator->validate() #5 /home/alexey/work/phpstan-src/src/Command/AnalyseCommand.php( in /home/alexey/work/phpstan-src/src/Analyser/FileAnalyser.php on line 267
Works fine with 0.12.18.