@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | public static function build($routingKey, Body $body = null, array $additionalHeaders = [], array $additionalAttributes = []) |
14 | 14 | { |
15 | - if(! $body instanceof Body) |
|
15 | + if( ! $body instanceof Body) |
|
16 | 16 | { |
17 | 17 | $body = new NullBody(); |
18 | 18 | } |
@@ -44,7 +44,7 @@ |
||
44 | 44 | { |
45 | 45 | $queueNameParts = []; |
46 | 46 | |
47 | - if(! empty($this->queueNamePrefix)) |
|
47 | + if( ! empty($this->queueNamePrefix)) |
|
48 | 48 | { |
49 | 49 | $queueNameParts[] = trim($this->queueNamePrefix); |
50 | 50 | } |