You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -220,7 +222,7 @@ public function denormalize(mixed $data, string $type, ?string $format = null, a
220
222
thrownewNotNormalizableValueException(sprintf('Could not denormalize object of type "%s", no supporting normalizer found.', $type));
221
223
}
222
224
223
-
if (isset($context[DenormalizerInterface::COLLECT_DENORMALIZATION_ERRORS])) {
225
+
if (isset($context[DenormalizerInterface::COLLECT_DENORMALIZATION_ERRORS]) || isset($this->defaultContext[DenormalizerInterface::COLLECT_DENORMALIZATION_ERRORS])) {
0 commit comments