Completed
Push — master ( 30add5...f043e7 )
by mw
14s
created
includes/articlepages/SMW_OrderedListPage.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,6 +119,7 @@  discard block
 block discarded – undo
119 119
 
120 120
 	/**
121 121
 	 * @since 2.4
122
+	 * @param string $msgKey
122 123
 	 */
123 124
 	protected function getNavigationLinks( $msgKey, array $diWikiPages, $default = 50 ) {
124 125
 		global $wgRequest;
@@ -178,7 +179,7 @@  discard block
 block discarded – undo
178 179
 	 * If the method returns false, nothing will be printed besides
179 180
 	 * the original article.
180 181
 	 *
181
-	 * @return true
182
+	 * @return boolean
182 183
 	 */
183 184
 	protected function initParameters() {
184 185
 		$this->limit = 20;
Please login to merge, or discard this patch.