Style - Remove @access
[civicrm-core.git] / CRM / Admin / Form / PreferencesDate.php
index f7d22e3afea27b7cfd6fe59dfca203be587eae9f..8ef7666846f3e26ac6c53bb3435eb54effac8417 100644 (file)
@@ -43,7 +43,6 @@ class CRM_Admin_Form_PreferencesDate extends CRM_Admin_Form {
    * Build the form object
    *
    * @return void
-   * @access public
    */
   public function buildQuickForm() {
 
@@ -96,7 +95,6 @@ class CRM_Admin_Form_PreferencesDate extends CRM_Admin_Form {
    * @return array    if errors then list of errors to be posted back to the form,
    *                  true otherwise
    * @static
-   * @access public
    */
   public static function formRule($fields) {
     $errors = array();
@@ -111,7 +109,6 @@ class CRM_Admin_Form_PreferencesDate extends CRM_Admin_Form {
   /**
    * Process the form submission
    *
-   * @access public
    *
    * @return void
    */