From 5697f7c92cbc7b2c23d2a8c6ba3d904734dd0739 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 22 Dec 2014 09:16:08 +0100 Subject: udpate picofeed --- vendor/fguillot/picofeed/lib/PicoFeed/Parser/XmlParser.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Parser/XmlParser.php') diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Parser/XmlParser.php b/vendor/fguillot/picofeed/lib/PicoFeed/Parser/XmlParser.php index 2b007e199..0afc89d5d 100644 --- a/vendor/fguillot/picofeed/lib/PicoFeed/Parser/XmlParser.php +++ b/vendor/fguillot/picofeed/lib/PicoFeed/Parser/XmlParser.php @@ -90,7 +90,7 @@ class XmlParser * @static * @access public * @param string $input XML content - * @return mixed + * @return \DOMNode */ public static function getDomDocument($input) { @@ -114,7 +114,7 @@ class XmlParser * @static * @access public * @param string $input XML content - * @return mixed + * @return \DOMDocument */ public static function getHtmlDocument($input) { @@ -226,7 +226,7 @@ class XmlParser * * @static * @access public - * @param SimpleXMLElement $xml XML element + * @param \SimpleXMLElement $xml XML element * @param array $namespaces XML namespaces * @param string $property XML tag name * @param string $attribute XML attribute name -- cgit v1.2.3