Merge "Fix some docs"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 22 May 2019 20:43:56 +0000 (20:43 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 22 May 2019 20:43:56 +0000 (20:43 +0000)
includes/Block.php
includes/LinkFilter.php
includes/db/MWLBFactory.php

index 5b0d256..9f7f77d 100644 (file)
@@ -972,7 +972,7 @@ class Block extends AbstractBlock {
         * Set the block ID
         *
         * @param int $blockId
-        * @return int
+        * @return self
         */
        private function setId( $blockId ) {
                $this->mId = (int)$blockId;
index a4e94da..6ad9b31 100644 (file)
@@ -91,7 +91,7 @@ class LinkFilter {
 
        /**
         * Canonicalize a hostname for el_index
-        * @param string $hose
+        * @param string $host
         * @return string
         */
        private static function indexifyHost( $host ) {
index 5b62984..27695cc 100644 (file)
@@ -247,8 +247,8 @@ abstract class MWLBFactory {
 
        /**
         * @param array $servers
-        * @param string $lbDB Local domain database name
-        * @param string $lbTP Local domain prefix
+        * @param string $ldDB Local domain database name
+        * @param string $ldTP Local domain prefix
         */
        private static function assertValidServerConfigs( array $servers, $ldDB, $ldTP ) {
                foreach ( $servers as $server ) {