| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| phpstan.phar | 2026-05-28 | 27.0 MB | |
| phpstan.phar.asc | 2026-05-28 | 833 Bytes | |
| 2.2.1 source code.tar.gz | 2026-05-28 | 4.0 MB | |
| 2.2.1 source code.zip | 2026-05-28 | 4.0 MB | |
| README.md | 2026-05-28 | 1.2 kB | |
| Totals: 5 Items | 35.1 MB | 0 | |
Improvements 🔧
- Do not require specifying unsealed extra value type after
...on level 6+ (https://github.com/phpstan/phpstan-src/commit/6ae7aa2026eee406c4ffc5ebe23b3a65250ac6aa)
Bugfixes 🐛
- Do not unpack unsealed array when expanding arguments in FunctionCallParametersCheck (https://github.com/phpstan/phpstan-src/commit/7da57c987cdd437868f222d6eea2a49bfa5865b1), [#14715]
- Fix constants allowed in parameters for multi-variant functions (https://github.com/phpstan/phpstan-src/commit/4a5795301374760a1f4ba046d343e3156f4bf550), [#14719]
Function signature fixes 🤖
- Allow
FILTER_VALIDATE_BOOLas a valid constant forfilter_varandfilter_input(#5778), thanks @aprat84! - Add RoundingMode enum cases as valid constants of
round()(https://github.com/phpstan/phpstan-src/commit/53fe51948008ec4b69ce9614a5998d7ad911bb5e), [#14716] - Fix Collator::setAttribute() allowed constants (https://github.com/phpstan/phpstan-src/commit/f1a311097cf4629fd9aca3757738d988e50f2be4), [#14720]