This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
Releases: futurerockstars/nette-psalm-plugin
Releases · futurerockstars/nette-psalm-plugin
No-return methods for components and presenters
1.2.0 No return methods
Changed namespace to `FutureRockstars`
1.1.0 Changed namespace
Added Readme.md
Also fixed issue with Stub files support in v 1.0.0.
Stable release
Added suggested dependency on PHPStan Nette Plugin that already has many great stub files.
Updated composer.json
Updated to allow usage of other than just dev-master branch of psalm
Component no return on redirect
In case of using the redirect
method, psalm will know that this method never returns but instead always throws an exception.