Skip to content

v2.0.8: Ensures array typehint returns array

Choose a tag to compare

@thorewi thorewi released this 10 Jul 20:01
· 55 commits to main since this release
Converts the `ArrayHash` object to a standard array
when the return typehint is an array.

This prevents potential type errors and ensures consistency
when the user expects a native PHP array.