Completed
Pull Request — 1.0 (#2)
by Jérémie
02:23
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@
 block discarded – undo
196 196
      */
197 197
     public function getQueues()
198 198
     {
199
-        return array_filter($this->rabbitMqObjects, function (RabbitMqObjectInterface $object) {
199
+        return array_filter($this->rabbitMqObjects, function(RabbitMqObjectInterface $object) {
200 200
             return $object instanceof QueueInterface;
201 201
         });
202 202
     }
Please login to merge, or discard this patch.