Add missing @return to function docs
[lhc/web/wiklou.git] / includes / installer / Installer.php
index 57fdab3..33b091b 100644 (file)
@@ -736,6 +736,7 @@ abstract class Installer {
        /**
         * Environment check for register_globals.
         * Prevent installation if enabled
+        * @return bool
         */
        protected function envCheckRegisterGlobals() {
                if ( wfIniGetBool( 'register_globals' ) ) {