Passed
Push — main ( ea78e5...1631ee )
by William
11:59
created
src/Queue/Queue.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
             throw new \Exception("Define a onExecuting callback");
119 119
         }
120 120
 
121
-        $this->loopConnection(function () use ($sleepSeconds, $queueName) {
121
+        $this->loopConnection(function() use ($sleepSeconds, $queueName) {
122 122
 
123 123
             $this->createQueue($queueName);
124 124
 
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
                 false,
132 132
                 false,
133 133
                 false,
134
-                function (AMQPMessage $message) {
134
+                function(AMQPMessage $message) {
135 135
                     pcntl_sigprocmask(SIG_BLOCK, [SIGTERM, SIGINT]);
136 136
 
137 137
 
Please login to merge, or discard this patch.