X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FQueue%2FService.php;h=abb0738f850f93deb8caf0939d043cd5716b1d07;hb=c7e9aceed3e7bb6e4f6603578421bfe8941dbce8;hp=93fe0dcfdbd58956fe0c109ff03c14e0284aacb5;hpb=518669f7fc6076a1246f3628f243097338d73876;p=civicrm-core.git diff --git a/CRM/Queue/Service.php b/CRM/Queue/Service.php index 93fe0dcfdb..abb0738f85 100644 --- a/CRM/Queue/Service.php +++ b/CRM/Queue/Service.php @@ -3,7 +3,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 = []; } /**