Merge pull request #2279 from colemanw/optionForms
[civicrm-core.git] / CRM / Admin / Form / PreferencesDate.php
index f6621d2e2310ed20e27719666e356b3f832f6818..25a84465c22003d2ac3f58cfb7d2717aeb1f4633 100644 (file)
@@ -42,7 +42,7 @@ class CRM_Admin_Form_PreferencesDate extends CRM_Admin_Form {
   /**
    * Function to build the form
    *
-   * @return None
+   * @return void
    * @access public
    */
   public function buildQuickForm() {
@@ -113,7 +113,7 @@ class CRM_Admin_Form_PreferencesDate extends CRM_Admin_Form {
    *
    * @access public
    *
-   * @return None
+   * @return void
    */
   public function postProcess() {
     if (!($this->_action & CRM_Core_Action::UPDATE)) {