You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds template annotations defining generics to each of:
Laminas\Hydrator\HydrationInterface::hydrate()
Laminas\Hydrator\Aggregate\HydrateEvent
The change has no impact on functionality.
Changed
This release reverts the deprecation of Laminas\Hydrator\Strategy\BooleanStrategy. The class had been marked deprecated in 4.2.0, with the ScalarTypeStrategy listed as a replacement. However, on review, we determined that the mapping behavior of BooleanStrategy differed significantly from ScalarTypeStrategy and deserved its own implementation.