| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| phpstan.phar | 2026-08-31 | 28.3 MB | |
| phpstan.phar.asc | 2026-08-31 | 833 Bytes | |
| 2.2.12 source code.tar.gz | 2026-08-31 | 12.5 MB | |
| 2.2.12 source code.zip | 2026-08-31 | 12.5 MB | |
| README.md | 2026-08-31 | 1.3 kB | |
| Totals: 5 Items | 53.3 MB | 1 | |
Improvements 🔧
- Cap the detected CPU core count by the cgroup CPU quota (#6317)
- Implement worker auto-scaler (#6256), thanks @AJenbo!
Bugfixes 🐛
- Look up the stub PHPDoc of a class only when it is read (#6316), [#15120]
- Export PHPDoc name scopes without resolving
@templatebounds (#6316) - Read property virtuality off the native reflection when exporting nodes (#6316)
- Keep the turbo code that runs before the Composer autoloader polyfill-free (#6319), [#15137]
- End forked workers with _exit() instead of PHP's full teardown (#6320), [#15138], [#15142]
Performance 🏎️
- Update phpdoc-parser (#6321)
- Lexer: extract matches with PREG_PATTERN_ORDER (~40% faster lexing) (https://github.com/phpstan/phpdoc-parser/pull/313), thanks @JanTvrdik!