summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Parser/XmlParser.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Parser/XmlParser.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Parser/XmlParser.php6
1 files changed, 3 insertions, 3 deletions
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