laminas-api-tools / api-tools-hal

Laminas Module providing Hypermedia Application Language assets and rendering
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
6 stars 12 forks source link

Fix ArrayObject extraction on PHP 7.4+ #29

Closed weierophinney closed 3 years ago

weierophinney commented 3 years ago

This patch addresses an issue whereby entities created from ArrayObject instances or extensions were not being extracted correctly under PHP 7.4+ when no extractor was explicitly mapped.

Fixes #24