Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Releases: futurerockstars/nette-psalm-plugin

No-return methods for components and presenters

19 Dec 06:52
Compare
Choose a tag to compare

Changed namespace to `FutureRockstars`

02 Nov 11:16
Compare
Choose a tag to compare
1.1.0

Changed namespace

Added Readme.md

25 Oct 05:24
bbf69bf
Compare
Choose a tag to compare

Also fixed issue with Stub files support in v 1.0.0.

Stable release

25 Oct 05:14
Compare
Choose a tag to compare

Added suggested dependency on PHPStan Nette Plugin that already has many great stub files.

Updated composer.json

07 Jun 01:37
Compare
Choose a tag to compare

Updated to allow usage of other than just dev-master branch of psalm

Component no return on redirect

07 Jun 01:30
Compare
Choose a tag to compare

In case of using the redirect method, psalm will know that this method never returns but instead always throws an exception.