X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fserializer%2FEncoder%2FDecoderInterface.php;h=0fa578099f13f945c0b2b4a491235999864ba9b5;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=dd89e0faacd939b178d1c033897efe17b35348b3;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/symfony/serializer/Encoder/DecoderInterface.php b/vendor/symfony/serializer/Encoder/DecoderInterface.php index dd89e0faa..0fa578099 100644 --- a/vendor/symfony/serializer/Encoder/DecoderInterface.php +++ b/vendor/symfony/serializer/Encoder/DecoderInterface.php @@ -25,7 +25,7 @@ interface DecoderInterface * * @param string $data Data to decode * @param string $format Format name - * @param array $context options that decoders have access to + * @param array $context Options that decoders have access to * * The format parameter specifies which format the data is in; valid values * depend on the specific implementation. Authors implementing this interface @@ -41,7 +41,7 @@ interface DecoderInterface /** * Checks whether the deserializer can decode from given format. * - * @param string $format format name + * @param string $format Format name * * @return bool */