This release was possible thanks to a Psalm support contract!
This release adds the new LiteralKeyUnshapedArray issue, controlled by the disallowLiteralKeysOnUnshapedArrays configuration flag (false by default), useful to enforce usage of shaped arrays instead of generic arrays.
What's Changed
Features
- Add LiteralKeyUnshapedArray issue by @danog in #11230
- Periodic logging for long processing by @danog in #11231
Fixes
- Fix storage should not be null errors by @danog in #11232
- Avoid further issues caused by duplicate class declarations by @danog in #11233
- Parse uppercase-string by @VincentLanglet in #11228
Full Changelog: 6.1.0...6.2.0