Completed
Push — master ( 1d2662...30c418 )
by Tilita
19:22
created
src/Processor/AbstractMessageProcessor.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,9 +41,9 @@
 block discarded – undo
41 41
                 sprintf(
42 42
                     "Could not process message, got %s from %s in %d for message: %s",
43 43
                     $e->getMessage(),
44
-                    (string)$e->getFile(),
45
-                    (int)$e->getLine(),
46
-                    (string)$message->getBody()
44
+                    (string) $e->getFile(),
45
+                    (int) $e->getLine(),
46
+                    (string) $message->getBody()
47 47
                 )
48 48
             );
49 49
             $message->delivery_info['channel']->basic_nack($message->delivery_info['delivery_tag'], false, true);
Please login to merge, or discard this patch.