Skip to content

Commit

Permalink
Merge pull request mpclarkson#2 from resquebundle/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
PhilETaylor authored Aug 3, 2016
2 parents c4393f9 + 11ed41f commit e91b2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit e91b2fe

Please sign in to comment.