From: Siebrand Mazeland Date: Fri, 27 Dec 2013 17:01:34 +0000 (+0100) Subject: Update documentation for WebInstaller_DBConnect::execute() X-Git-Tag: 1.31.0-rc.0~17478^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=38c728b896a3dfec2465b616672bbc0cf5abac34;p=lhc%2Fweb%2Fwiklou.git Update documentation for WebInstaller_DBConnect::execute() Change-Id: I7f700daf8c1dbf0903159a1b750612b09f0e8e25 --- 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';