Completed
Push — master ( 719745...b2f59e )
by Nicolas
07:47 queued 04:59
created
src/Consumers/Retry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
             'retry_key_pattern' => sprintf(self::RETRY_ROUTING_KEY_PATTERN, $workerContext->getQueueName()),
52 52
         );
53 53
 
54
-        if(! empty($this->retries))
54
+        if( ! empty($this->retries))
55 55
         {
56 56
             $options['retry_attempts'] = $this->retries;
57 57
         }
Please login to merge, or discard this patch.