Physikerwelt has uploaded a new change for review.

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

Change subject: Improve PhpDoc
......................................................................

Improve PhpDoc

Change-Id: I84af65e15bdae81f69f0444afdd9ffa5fe9fc326
---
M MathMathML.php
M MathTexvc.php
2 files changed, 2 insertions(+), 1 deletion(-)


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

diff --git a/MathMathML.php b/MathMathML.php
index 6707059..f07be9e 100644
--- a/MathMathML.php
+++ b/MathMathML.php
@@ -156,7 +156,7 @@
                $options = array( 'method' => 'POST', 'postData' => $post, 
'timeout' => $wgMathLaTeXMLTimeout );
                /** @var $req (CurlHttpRequest|PhpHttpRequest) the request 
object  */
                $req = $httpRequestClass::factory( $host, $options );
-               /** @var Status the request status */
+               /** @var Status $req Status the request status */
                $status = $req->execute();
                if ( $status->isGood() ) {
                        $res = $req->getContent();
diff --git a/MathTexvc.php b/MathTexvc.php
index e76100c..562af16 100644
--- a/MathTexvc.php
+++ b/MathTexvc.php
@@ -55,6 +55,7 @@
 
        /**
         * @param database_row $rpage
+        * @return bool
         */
        protected function initializeFromDatabaseRow( $rpage ) {
                parent::initializeFromDatabaseRow( $rpage );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I84af65e15bdae81f69f0444afdd9ffa5fe9fc326
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