| 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.11 source code.tar.gz | 2026-08-31 | 12.5 MB | |
| 2.2.11 source code.zip | 2026-08-31 | 12.5 MB | |
| README.md | 2026-08-31 | 938 Bytes | |
| Totals: 5 Items | 53.3 MB | 0 | |
Improvements 🔧
- Add a
result-cache-infocommand reporting how the nextanalysewould use the result cache (#6312), [#15135]
Bugfixes 🐛
- Fix musl detection causing turbo to fail on some systems (#6308), thanks @AJenbo!
- Update phpdoc-parser (#6314)
- Fix three ways a valid PHPDoc is read or written back wrong (https://github.com/phpstan/phpdoc-parser/commit/d551e9ead93b8a3af64babc84fcdac719b782d3f)
- Read
Foo & .5as an intersection, not as a reference (https://github.com/phpstan/phpdoc-parser/commit/58390a4b565c3ad1b1a0f3d0b39c7a99bbf8d9a7) - Cover the arena running out of shared memory, and workers dying by signal (#6313), [#15131]