| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| phpstan.phar | 2026-03-25 | 26.3 MB | |
| phpstan.phar.asc | 2026-03-25 | 833 Bytes | |
| 2.1.44 source code.tar.gz | 2026-03-25 | 3.9 MB | |
| 2.1.44 source code.zip | 2026-03-25 | 3.9 MB | |
| README.md | 2026-03-25 | 917 Bytes | |
| Totals: 5 Items | 34.0 MB | 0 | |
Bugfixes 🐛
- Docker images builds are working again (2.1.41 – 2.1.43 are missing, sorry)
- Docker images are now built for PHP 8.5 too
- Display the correct number of processes used, when using
--debug(#5294), [#14342], thanks @esthezia! - Fix: Intersection loses
__invoke()return type (#5291), [#14362], thanks @VincentLanglet and @staabm! - Fix: Null coalescing assignment operator combined with throwing (#5297), [#14369], thanks @VincentLanglet and @staabm!
- Fix method call on unioned class type analysis is broken (#5225), [#11687], [#12562], [#14203], thanks @VincentLanglet!