From 11ed41ff3bf53b287b7f1fbd70e3cc557544d160 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Wed, 3 Aug 2016 12:10:55 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- Worker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Worker.php b/Worker.php index eb6d5f1..201acf1 100644 --- a/Worker.php +++ b/Worker.php @@ -45,7 +45,7 @@ public function getId() */ public function getQueues() { - return \array_map(function ($queue) { + return \array_map(function($queue) { return new Queue($queue); }, $this->worker->queues()); }