Merge pull request #14365 from eileenmcnaughton/dedupe_move
[civicrm-core.git] / CRM / Core / ScheduledJob.php
index eb2be0bf13b98d297f65a485a783285e3cb16f15..87ec71d94f27452e677112952e754ff6de3b8a6d 100644 (file)
  */
 class CRM_Core_ScheduledJob {
 
-  var $version = 3;
+  public $version = 3;
 
-  var $name = NULL;
+  public $name = NULL;
 
-  var $apiParams = [];
+  public $apiParams = [];
 
-  var $remarks = [];
+  public $remarks = [];
 
   /**
    * @param array $params