Completed
Branch master (f6e224)
by
unknown
26:24
created
includes/installer/WebInstaller.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -388,7 +388,7 @@  discard block
 block discarded – undo
388 388
 	/**
389 389
 	 * Show an error message in a box. Parameters are like wfMessage(), or
390 390
 	 * alternatively, pass a Message object in.
391
-	 * @param string|Message $msg
391
+	 * @param string $msg
392 392
 	 */
393 393
 	public function showError( $msg /*...*/ ) {
394 394
 		if ( !( $msg instanceof Message ) ) {
@@ -486,7 +486,7 @@  discard block
 block discarded – undo
486 486
 	 * Set a session variable.
487 487
 	 *
488 488
 	 * @param string $name Key for the variable
489
-	 * @param mixed $value
489
+	 * @param boolean $value
490 490
 	 */
491 491
 	public function setSession( $name, $value ) {
492 492
 		$this->session[$name] = $value;
@@ -1164,7 +1164,7 @@  discard block
 block discarded – undo
1164 1164
 	 * "in the base of your install"
1165 1165
 	 *
1166 1166
 	 * @since 1.27
1167
-	 * @return string|bool
1167
+	 * @return boolean
1168 1168
 	 */
1169 1169
 	public function getLocalSettingsLocation() {
1170 1170
 		return false;
Please login to merge, or discard this patch.