Merge "Introduce MovePage::moveSubpages(IfAllowed)"
[lhc/web/wiklou.git] / includes / Block.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;