From 32313171f0fc46d687e619ce37ebfca77905b601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0panja?= Date: Fri, 7 Mar 2014 10:50:01 +0100 Subject: [PATCH] EZP-21315: fixed docblock return annotation --- eZ/Publish/Core/FieldType/RichText/Converter/Embed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eZ/Publish/Core/FieldType/RichText/Converter/Embed.php b/eZ/Publish/Core/FieldType/RichText/Converter/Embed.php index a400a90d931..7f3af82b947 100644 --- a/eZ/Publish/Core/FieldType/RichText/Converter/Embed.php +++ b/eZ/Publish/Core/FieldType/RichText/Converter/Embed.php @@ -155,7 +155,7 @@ protected function extractHash( DOMNode $configHash ) * * @param \DOMDocument $document * - * @return null + * @return \DOMDocument */ public function convert( DOMDocument $document ) {