Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
psalm.phar | 2025-07-14 | 48.2 MB | |
psalm.phar.asc | 2025-07-14 | 488 Bytes | |
6.13.0 source code.tar.gz | 2025-07-14 | 4.3 MB | |
6.13.0 source code.zip | 2025-07-14 | 5.0 MB | |
README.md | 2025-07-14 | 545 Bytes | |
Totals: 5 Items | 57.5 MB | 6 |
What's Changed
Features
- :sparkles: Full support for iterables for
iterator_to_array
by @andrew-demb in https://github.com/vimeo/psalm/pull/11430 - Add an
arrayCache
configuration key that can be used to disable the newly introduced array cache: this will slightly slow down execution times while reducing RAM usage, avoiding OOM issues on bigger codebases by @danog
Full Changelog: https://github.com/vimeo/psalm/compare/6.12.1...6.13.0