Skip to content

Commit 632e61f

Browse files
Fix merge
1 parent 2b3745d commit 632e61f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Normalizer/CustomNormalizer.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ public function supportsNormalization($data, $format = null)
5959
*/
6060
public function supportsDenormalization($data, $type, $format = null)
6161
{
62-
if (PHP_VERSION_ID < 50307) {
63-
return class_exists($type) && in_array('Symfony\Component\Serializer\Normalizer\DenormalizableInterface', class_implements($type), true);
64-
}
65-
6662
return is_subclass_of($type, 'Symfony\Component\Serializer\Normalizer\DenormalizableInterface');
6763
}
6864
}

0 commit comments

Comments
 (0)