From 38c728b896a3dfec2465b616672bbc0cf5abac34 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 27 Dec 2013 18:01:34 +0100 Subject: [PATCH] Update documentation for WebInstaller_DBConnect::execute() Change-Id: I7f700daf8c1dbf0903159a1b750612b09f0e8e25 --- includes/installer/WebInstallerPage.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 1c95d9a1ac..aa324de720 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -454,7 +454,9 @@ class WebInstaller_Welcome extends WebInstallerPage { } class WebInstaller_DBConnect extends WebInstallerPage { - + /** + * @return string|void When string, "skip" or "continue" + */ public function execute() { if ( $this->getVar( '_ExistingDBSettings' ) ) { return 'skip'; -- 2.20.1