Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / serializer / Normalizer / NormalizerInterface.php
index 5d0e3d14959c6174904b749e6f18ae93bef14f42..5cccdb3360095c3083538e764b7f10150c8063ca 100644 (file)
@@ -25,7 +25,7 @@ interface NormalizerInterface
     /**
      * Normalizes an object into a set of arrays/scalars.
      *
-     * @param object $object  Object to normalize
+     * @param mixed  $object  Object to normalize
      * @param string $format  Format the normalization result will be encoded as
      * @param array  $context Context options for the normalizer
      *