Completed
Push — master ( 61c7e0...bbf351 )
by Gaetano
07:00
created
Service/MessageDeduplicationIdCalculator/Sequence.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     public function getMessageId($msgBody, $routingKey = '', array $additionalProperties = array())
22 22
     {
23
-        $value = getmypid() . '_' . $this->current;
23
+        $value = getmypid().'_'.$this->current;
24 24
         $this->current += $this->increment;
25 25
         return $value;
26 26
     }
Please login to merge, or discard this patch.