Set version to 5.13.4
[civicrm-core.git] / CRM / Queue / Service.php
index d49c64f8541ecce557e96df98d74ee92cbf204aa..abb0738f850f93deb8caf0939d043cd5716b1d07 100644 (file)
@@ -77,7 +77,7 @@ class CRM_Queue_Service {
   /**
    */
   public function __construct() {
-    $this->queues = array();
+    $this->queues = [];
   }
 
   /**