povedica
Results
1
issues of
povedica
Please, I think there is a bug, comparing unique array, when items are objects. Consider: protected function checkUniqueItems($entity, $schema, $entityName) { if (isset($schema->uniqueItems) && $schema->uniqueItems) { if (count(array_unique($entity)) != count($entity))...