From be7ba5415f049804c3fd3d31f87adbed5e711b9b Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 13 Jun 2011 18:54:20 +0200 Subject: [PATCH] fixed CS --- SerializerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerializerInterface.php b/SerializerInterface.php index 8664841e4..abf9a4ba6 100644 --- a/SerializerInterface.php +++ b/SerializerInterface.php @@ -122,7 +122,7 @@ function supportsDecoding($format); /** * Get the encoder for the given format - * + * * @return EncoderInterface * @api */