From e84937043cc49015221801c95cc1a1dbf3fe3be0 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Fri, 7 Jun 2013 19:29:20 -0400 Subject: [PATCH] Fix XmlTypeCheck docs Change-Id: Ia6a394a0dd4fc74c2c2435e48104df367a6b714a --- includes/XmlTypeCheck.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/XmlTypeCheck.php b/includes/XmlTypeCheck.php index da2ff464d1..92ca7d8010 100644 --- a/includes/XmlTypeCheck.php +++ b/includes/XmlTypeCheck.php @@ -61,7 +61,7 @@ class XmlTypeCheck { /** * Alternative constructor: from filename * - * @param string $input a filename or string containing the XML element + * @param string $fname the filename of an XML document * @param callable $filterCallback (optional) * Function to call to do additional custom validity checks from the * SAX element handler event. This gives you access to the element @@ -76,7 +76,7 @@ class XmlTypeCheck { /** * Alternative constructor: from string * - * @param string $input a filename or string containing the XML element + * @param string $string a string containing an XML element * @param callable $filterCallback (optional) * Function to call to do additional custom validity checks from the * SAX element handler event. This gives you access to the element -- 2.20.1