@@ -119,6 +119,7 @@ discard block |
||
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 |
||
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; |