jenkins-bot has submitted this change and it was merged.

Change subject: Fix XmlTypeCheck docs
......................................................................


Fix XmlTypeCheck docs

Change-Id: Ia6a394a0dd4fc74c2c2435e48104df367a6b714a
---
M includes/XmlTypeCheck.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  MaxSem: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/XmlTypeCheck.php b/includes/XmlTypeCheck.php
index da2ff46..92ca7d8 100644
--- a/includes/XmlTypeCheck.php
+++ b/includes/XmlTypeCheck.php
@@ -61,7 +61,7 @@
        /**
         * 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 @@
        /**
         * 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

-- 
To view, visit https://gerrit.wikimedia.org/r/67552
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia6a394a0dd4fc74c2c2435e48104df367a6b714a
Gerrit-PatchSet: 5
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Daniel Friesen <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: Physikerwelt <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to