getTypedData(); if (($typed_data instanceof ListInterface || $typed_data instanceof ComplexDataInterface) && $typed_data->isEmpty()) { $value = NULL; } parent::validate($value, $constraint); } }