Set version to 5.13.4
[civicrm-core.git] / CRM / Queue / Service.php
index 04fa6b8ff407f8cc1c8081f69fc4322f31bf6410..abb0738f850f93deb8caf0939d043cd5716b1d07 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.7                                                |
+ | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2018                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -77,7 +77,7 @@ class CRM_Queue_Service {
   /**
    */
   public function __construct() {
-    $this->queues = array();
+    $this->queues = [];
   }
 
   /**