Completed
Push — master ( 81d1a1...75edc6 )
by Tobias
05:22
created
Resources/bin/dispatch-message.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 $body = $message['body'];
53 53
 $queueName = null;
54 54
 $hash = null;
55
-foreach ($headers as $header){
55
+foreach ($headers as $header) {
56 56
     if ($header['key'] === 'queue_name') {
57 57
         $queueName = $header['value'];
58 58
     }
Please login to merge, or discard this patch.