From: Zhaofeng Li Date: Sat, 6 Apr 2013 05:52:05 +0000 (+0800) Subject: Minor fixes to the code documentation X-Git-Tag: 1.31.0-rc.0~19897 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=95409b2a57715874ac321a7a33809d687e5d5afd;p=lhc%2Fweb%2Fwiklou.git Minor fixes to the code documentation Change-Id: Iddfecfea17109eeea604ef111d6f98ea8399cc96 --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 35a546c843..44a7241054 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -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() {