Physikerwelt has uploaded a new change for review.

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

Change subject: Correct phpdoc
......................................................................

Correct phpdoc

Change-Id: Ibce076dfb6bd3676e288cf2d762ebcb55606246d
---
M MathRenderer.php
M SpecialMathShowImage.php
2 files changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/10/178510/1

diff --git a/MathRenderer.php b/MathRenderer.php
index e77adc0..6282be6 100644
--- a/MathRenderer.php
+++ b/MathRenderer.php
@@ -100,7 +100,7 @@
 
        /**
         *
-        * @param type $md5
+        * @param string $md5
         * @return MathRenderer the MathRenderer generated from md5
         */
        public static function newFromMd5( $md5 ) {
@@ -653,7 +653,7 @@
        }
 
        /**
-        * @return string Userdefined ID
+        * @param string user defined ID
         */
        public function setID( $id ) {
                // Changes in the ID affect the container for the math element 
on the current page
diff --git a/SpecialMathShowImage.php b/SpecialMathShowImage.php
index 604f7f2..46c24c7 100644
--- a/SpecialMathShowImage.php
+++ b/SpecialMathShowImage.php
@@ -16,8 +16,10 @@
                        false // Don't show on Special:SpecialPages - it's not 
useful interactively
                );
        }
+
        /**
         * Sets headers - this should be called from the execute() method of 
all derived classes!
+        * @param bool $success
         */
        function setHeaders( $success = true ) {
                $out = $this->getOutput();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibce076dfb6bd3676e288cf2d762ebcb55606246d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to