$this->
validateEachObjectIn( $value,
$propertyPath,
$cascadedGroups,
$context );
return;
} if (!\
is_object($value)) { throw new NoSuchMetadataException(sprintf('Cannot create metadata for non-objects. Got: "%s".', \
gettype($value)));
} $this->
validateObject( $value,
$propertyPath,
$cascadedGroups,
$traversalStrategy,
$context );
// Currently, the traversal strategy can only be TRAVERSE for a