Completed
Branch master (8ad38d)
by
unknown
40:49
created
maintenance/Maintenance.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@  discard block
 block discarded – undo
295 295
 	/**
296 296
 	 * Get an argument.
297 297
 	 * @param int $argId The integer value (from zero) for the arg
298
-	 * @param mixed $default The default if it doesn't exist
298
+	 * @param string $default The default if it doesn't exist
299 299
 	 * @return mixed
300 300
 	 */
301 301
 	protected function getArg( $argId = 0, $default = null ) {
@@ -1346,6 +1346,7 @@  discard block
 block discarded – undo
1346 1346
 	 * Unlock and lock again
1347 1347
 	 * Since the lock is low-priority, queued reads will be able to complete
1348 1348
 	 * @param Database &$db
1349
+	 * @param Database $db
1349 1350
 	 */
1350 1351
 	private function relockSearchindex( $db ) {
1351 1352
 		$this->unlockSearchindex( $db );
@@ -1507,7 +1508,7 @@  discard block
 block discarded – undo
1507 1508
 	 * is the width (number of columns) and the second element is the height
1508 1509
 	 * (number of rows).
1509 1510
 	 *
1510
-	 * @return array
1511
+	 * @return integer[]
1511 1512
 	 */
1512 1513
 	public static function getTermSize() {
1513 1514
 		$default = [ 80, 50 ];
Please login to merge, or discard this patch.