X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FQueue%2FService.php;h=abb0738f850f93deb8caf0939d043cd5716b1d07;hb=c7e9aceed3e7bb6e4f6603578421bfe8941dbce8;hp=d49c64f8541ecce557e96df98d74ee92cbf204aa;hpb=c8115b6a584df05d3992d4ef86ac6fd5344a5e28;p=civicrm-core.git diff --git a/CRM/Queue/Service.php b/CRM/Queue/Service.php index d49c64f854..abb0738f85 100644 --- a/CRM/Queue/Service.php +++ b/CRM/Queue/Service.php @@ -77,7 +77,7 @@ class CRM_Queue_Service { /** */ public function __construct() { - $this->queues = array(); + $this->queues = []; } /**