INFRA-132 - Change "else if" to "elseif"
[civicrm-core.git] / CRM / Core / ScheduledJob.php
index ec2740521061fdf208d3dc325a20b3d062e88885..fc96115de5b11e396099b20b2ec5f342a66e42f3 100644 (file)
@@ -120,6 +120,6 @@ class CRM_Core_ScheduledJob {
     return FALSE;
   }
 
-  public function __destruct() {}
+  public function __destruct() {
+  }
 }
-