From 95409b2a57715874ac321a7a33809d687e5d5afd Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sat, 6 Apr 2013 13:52:05 +0800 Subject: [PATCH] Minor fixes to the code documentation Change-Id: Iddfecfea17109eeea604ef111d6f98ea8399cc96 --- includes/installer/Installer.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() { -- 2.20.1