Update documentation for WebInstaller_DBConnect::execute()
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 27 Dec 2013 17:01:34 +0000 (18:01 +0100)
committerSiebrand <siebrand@wikimedia.org>
Fri, 27 Dec 2013 17:05:36 +0000 (17:05 +0000)
Change-Id: I7f700daf8c1dbf0903159a1b750612b09f0e8e25

includes/installer/WebInstallerPage.php

index 1c95d9a..aa324de 100644 (file)
@@ -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';