Releases: phpstan/phpstan-nette
Releases · phpstan/phpstan-nette
0.12.16
7fda196
- add stub for Nette\Utils\Paginator
0.12.15
0fd6953
- Added precise typehints for limit() and page() methods in Selection
0.12.14
16a1457
- UI\ITemplate is an alias to UI\Template
0.12.13
90791ea
- Dependabot
21e0c83
- Identity is now an alias to SimpleIdentity
0.12.12
119049d
- Use GitHub Actions instead of Travis CI
20cb705
- Automatic release workflow
0.10.1
- Get the right component type with array access (c66d80c) - #24
UI\Component::getPresenter
dynamic return type extension (#26), thanks @xificurk!
0.10
- Support Nette\LegacyObject (da7e882)
- HtmlMethodReflection: magic getters return mixed (fb1b40f) - #18, thanks @CzechBoy!
- Presenter::getSession dynamic return type extension - #19, thanks @CzechBoy!
* Component::lookup return type extension - #17, thanks @CzechBoy!
- Composer: replaced some requirements with conflicts - #22, thanks @lookyman!
0.9
- Updated for PHPStan 0.9
- Return mixed instead of object from
\Nette\DI\Container::getService()
(688dff7)
- Service locator methods should rather return mixed than the documented object (d3623c7)
- Service locator dynamic return type extension - support
createService()
(2d93d16)