Similar has been reported here but it's said it's fixed there https://github.com/phpstan/phpstan/issues/4232 https://phpstan.org/r/48b93403-539a-45d2-aaf2-220ae07a7de4 ```php /** * @psalm-pure * @return never */ function nope() { throw new Exception(); } ``` It reports > Call to function nope() on a separate line has no effect. v0.12.70