Mago 1.0.0-beta.10
Welp, no release is perfect! This is a quick patch release to address a bug in the type inference for the iterator_to_array
function that was introduced in the previous version.
🐛 Bug Fixes
- Analyzer: The special function handler for
iterator_to_array
has been fixed. It was previously reading the wrong argument for the$preserve_keys
parameter and did not correctly handle its default value (true
). This could lead to incorrect return types when converting iterators to arrays. The handler is now more precise, leading to more accurate type inference.
Full Changelog: 1.0.0-beta.9...1.0.0-beta.10