From af7d2d0b5069a17e13491be884cb1fa3b673bc67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 15:11:26 +0200 Subject: [PATCH] Qual: Wrong type in method documentation --- htdocs/core/class/rssparser.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/rssparser.class.php b/htdocs/core/class/rssparser.class.php index 6569027d483..06d26c94edf 100644 --- a/htdocs/core/class/rssparser.class.php +++ b/htdocs/core/class/rssparser.class.php @@ -722,7 +722,7 @@ class RssParser /** * Function to convert an XML object into an array * - * @param string $xml Xml + * @param SimpleXMLElement $xml Xml * @return void */ function xml2php($xml)