neos / form

Flow Form Framework
https://flow-form-framework.readthedocs.org/en/latest/
MIT License
15 stars 36 forks source link

BUGFIX: Fix RenderValuesViewHelper PHP 8+ compatibility #166

Closed bwaidelich closed 1 year ago

bwaidelich commented 1 year ago

Adjusts the RenderValuesViewHelper such that it checks whether the element value to render is an object, before trying to map it. This resolves an Illegal offset type exception that was thrown for \DateTime objects with PHP > 7.4