From a09f3ca5ea71cc5a3c9e2744d785ef5a2a6bf92d Mon Sep 17 00:00:00 2001 From: kaldari Date: Fri, 12 Apr 2013 14:01:30 -0700 Subject: [PATCH] Some comments for Preferences.php Change-Id: I65d448acf1a53c95efe94587b695718f3231f538 --- includes/Preferences.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/Preferences.php b/includes/Preferences.php index 33780a418f..6d6e58158a 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -1260,6 +1260,7 @@ class Preferences { } /** + * @param $context IContextSource * @return array */ static function getTimezoneOptions( IContextSource $context ) { @@ -1364,6 +1365,8 @@ class Preferences { } /** + * Handle the form submission if everything validated properly + * * @param $formData * @param $form PreferencesForm * @param $entryPoint string -- 2.20.1