Mattflaschen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/67552


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

Fix XmlTypeCheck docs.

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/52/67552/1

diff --git a/includes/XmlTypeCheck.php b/includes/XmlTypeCheck.php
index da2ff46..ca7a819 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 $input 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 $input 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: newchange
Gerrit-Change-Id: Ia6a394a0dd4fc74c2c2435e48104df367a6b714a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>

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

Reply via email to