Minor fixes to the code documentation
authorZhaofeng Li <lizhaofeng1998@gmail.com>
Sat, 6 Apr 2013 05:52:05 +0000 (13:52 +0800)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 23 Apr 2013 18:06:34 +0000 (18:06 +0000)
Change-Id: Iddfecfea17109eeea604ef111d6f98ea8399cc96

includes/installer/Installer.php

index 35a546c..44a7241 100644 (file)
@@ -970,6 +970,7 @@ abstract class Installer {
 
        /**
         * Environment check for setting the preferred PHP file extension.
+        * @return bool
         */
        protected function envCheckExtension() {
                // @todo FIXME: Detect this properly
@@ -983,7 +984,7 @@ abstract class Installer {
        }
 
        /**
-        * TODO: document
+        * Environment check for preferred locale in shell
         * @return bool
         */
        protected function envCheckShellLocale() {
@@ -1057,7 +1058,7 @@ abstract class Installer {
        }
 
        /**
-        * TODO: document
+        * Environment check for the permissions of the uploads directory
         * @return bool
         */
        protected function envCheckUploadsDirectory() {