Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / serializer / Normalizer / CustomNormalizer.php
index b676b833ca26b1fe693e4e65b35ee5cf9269cd4c..688590ef02a101e8dc06d88cbb181a3ab2d86071 100644 (file)
 
 namespace Symfony\Component\Serializer\Normalizer;
 
+use Symfony\Component\Serializer\SerializerAwareInterface;
+use Symfony\Component\Serializer\SerializerAwareTrait;
+
 /**
  * @author Jordi Boggiano <j.boggiano@seld.be>
  */
-class CustomNormalizer extends SerializerAwareNormalizer implements NormalizerInterface, DenormalizerInterface
+class CustomNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface
 {
+    use SerializerAwareTrait;
+
     /**
      * {@inheritdoc}
      */