From: Matthew Flaschen Date: Fri, 7 Jun 2013 23:29:20 +0000 (-0400) Subject: Fix XmlTypeCheck docs X-Git-Tag: 1.31.0-rc.0~19468^2 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=e84937043cc49015221801c95cc1a1dbf3fe3be0;p=lhc%2Fweb%2Fwiklou.git Fix XmlTypeCheck docs Change-Id: Ia6a394a0dd4fc74c2c2435e48104df367a6b714a --- 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