INFRA-132 - Change "else if" to "elseif"
[civicrm-core.git] / CRM / Core / ScheduledJob.php
index 742772bd6766e1a5fbd7e747b0a5728dd09b630b..fc96115de5b11e396099b20b2ec5f342a66e42f3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -120,6 +120,6 @@ class CRM_Core_ScheduledJob {
     return FALSE;
   }
 
-  public function __destruct() {}
+  public function __destruct() {
+  }
 }
-