Zhaofeng Li has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/57826


Change subject: Minor fixes to the code documentation
......................................................................

Minor fixes to the code documentation

Change-Id: Iddfecfea17109eeea604ef111d6f98ea8399cc96
---
M includes/installer/Installer.php
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/26/57826/1

diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php
index daac558..bc3fdbb 100644
--- a/includes/installer/Installer.php
+++ b/includes/installer/Installer.php
@@ -945,6 +945,7 @@
 
        /**
         * Environment check for setting the preferred PHP file extension.
+        * @return bool
         */
        protected function envCheckExtension() {
                // @todo FIXME: Detect this properly
@@ -958,7 +959,7 @@
        }
 
        /**
-        * TODO: document
+        * Environment check for preferred locale in shell
         * @return bool
         */
        protected function envCheckShellLocale() {
@@ -1032,7 +1033,7 @@
        }
 
        /**
-        * TODO: document
+        * Environment check for the permissions of the uploads directory
         * @return bool
         */
        protected function envCheckUploadsDirectory() {

-- 
To view, visit https://gerrit.wikimedia.org/r/57826
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iddfecfea17109eeea604ef111d6f98ea8399cc96
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Zhaofeng Li <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to