Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
phpstan.phar | 2025-08-04 | 25.1 MB | |
phpstan.phar.asc | 2025-08-04 | 833 Bytes | |
2.1.22 source code.tar.gz | 2025-08-04 | 3.8 MB | |
2.1.22 source code.zip | 2025-08-04 | 3.8 MB | |
README.md | 2025-08-04 | 1.7 kB | |
Totals: 5 Items | 32.8 MB | 3 |
Improvements 🔧
- Allow PHP 8.5 as max version (#4188, #4192), thanks @kubawerlos!
- Use authoritative Attribute stub (#4192)
Bugfixes 🐛
- Fix args are mistakenly handled as immediately-invoked (#4145), [#13288], [#13311], [#13331], [#13307], [#12119], thanks @staabm!
- Fixed
HasOffsetValueType
accessory missing main type (#4162, https://github.com/phpstan/phpstan-src/commit/56a30c2e06c33f6af2639aa7a58c901962539c31), [#13270], thanks @staabm! - Fix missing detection of dead code in arrow functions (#4147), thanks @staabm!
- Fix missing detection of dead code in closures (#4148) (#4148), thanks @staabm!
- Fix
array_key_exists
narrows$key
too much (#4151), [#11724], thanks @staabm!
Function signature fixes 🤖
- Remove couchbase from functionmap (#4185), [#5642], thanks @VincentLanglet!
- Use benevolent union for
stream_get_contents()
return type (#4146) (#4146), [#13289], thanks @staabm!
Internals 🔍
- Remove unnecessary
new Name()
(#4193), thanks @takaram!