phpcs - Fix error, "Visibility must be declared on method"
[civicrm-core.git] / CRM / Case / Form / Task / Print.php
index 49ff1cc00368fcb730449fd6474d389ca29a9aa8..b16626ade08da83ab6bc6e8986a6f50ec197ba41 100644 (file)
@@ -45,7 +45,7 @@ class CRM_Case_Form_Task_Print extends CRM_Case_Form_Task {
    * @return void
    * @access public
    */
-  function preProcess() {
+  public function preProcess() {
     parent::preprocess();
 
     // set print view, so that print templates are called
@@ -76,7 +76,7 @@ class CRM_Case_Form_Task_Print extends CRM_Case_Form_Task {
    *
    * @return void
    */
-  function buildQuickForm() {
+  public function buildQuickForm() {
     //
     // just need to add a javacript to popup the window for printing
     //