Jean-FrancoisHIVERT Hi, Just found this issue: <?php declare(strict_types=1); namespace Devsense\Common; $storeA = new \stdClass(); $storeA->test = false; $storeB = new \stdClass(); $storeB->test = []; $storeB->test[] = 'toto'; Thank you for the fix.