Skip to content

Commit 22dbaa1

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: fixed CS
2 parents 101683b + b467c0e commit 22dbaa1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Serializer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ private function denormalizeObject($data, $class, $format, array $context = arra
249249
foreach ($this->normalizers as $normalizer) {
250250
if ($normalizer instanceof DenormalizerInterface
251251
&& $normalizer->supportsDenormalization($data, $class, $format)) {
252-
253252
return $normalizer->denormalize($data, $class, $format, $context);
254253
}
255254
}

0 commit comments

Comments
 (0)