@@ -20,7 +20,7 @@ |
||
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 | } |