Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / serializer / SerializerInterface.php
index c79db91892075068a5d75ea69b6e191f86ab78d6..196bff1a21c62a8fc84f32eef2dbdd44b49e07b9 100644 (file)
@@ -21,9 +21,9 @@ interface SerializerInterface
     /**
      * Serializes data in the appropriate format.
      *
-     * @param mixed  $data    any data
-     * @param string $format  format name
-     * @param array  $context options normalizers/encoders have access to
+     * @param mixed  $data    Any data
+     * @param string $format  Format name
+     * @param array  $context Options normalizers/encoders have access to
      *
      * @return string
      */