Style - Remove @access
[civicrm-core.git] / CRM / Admin / Form / Preferences / Display.php
index bf7bde50663eddfe3b5fc1c01e44d21843960d07..89333bc3a2b64615e71d6ecc1366b4c20f1b431b 100644 (file)
@@ -145,7 +145,6 @@ class CRM_Admin_Form_Preferences_Display extends CRM_Admin_Form_Preferences {
    * Build the form object
    *
    * @return void
-   * @access public
    */
   public function buildQuickForm() {
     $wysiwyg_options = array('' => ts('Textarea')) + CRM_Core_OptionGroup::values('wysiwyg_editor');
@@ -208,7 +207,6 @@ class CRM_Admin_Form_Preferences_Display extends CRM_Admin_Form_Preferences {
   /**
    * Process the form submission
    *
-   * @access public
    *
    * @return void
    */