HomePhorge

D25855

JSON rendering: Avoid exception iterating on non-iterable objects
Author: aklapper
Summary: Check for `is_iterable($object)` (available since PHP 7.1) to avoid an exception calling `foreach` on `$object` in theā€¦