phpcs - Fix error, "Visibility must be declared on method"
[civicrm-core.git] / CRM / SMS / Form / Schedule.php
index d214d0e3d10d126b1b47612c910dce3f05f0df46..2d62a0a96ddaab7699b98c28287cfa7fd157f4c1 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
   +--------------------------------------------------------------------+
-  | CiviCRM version 4.5                                                |
+  | CiviCRM version 4.6                                                |
   +--------------------------------------------------------------------+
   | Copyright CiviCRM LLC (c) 2004-2014                                |
   +--------------------------------------------------------------------+
@@ -60,7 +60,7 @@ class CRM_SMS_Form_Schedule extends CRM_Core_Form {
    *
    * @return void
    */
-  function setDefaultValues() {
+  public function setDefaultValues() {
     $defaults = array();
 
     $count = $this->get('count');