@@ -109,7 +109,7 @@ |
||
109 | 109 | $skippedAttributes = array('timestamp', 'headers', 'app_id', 'routing_key'); |
110 | 110 | foreach($attributes as $attributeName => $value) |
111 | 111 | { |
112 | - if(! in_array($attributeName, $skippedAttributes)) |
|
112 | + if( ! in_array($attributeName, $skippedAttributes)) |
|
113 | 113 | { |
114 | 114 | $writable->setAttribute($attributeName, $value); |
115 | 115 | } |
@@ -51,7 +51,7 @@ |
||
51 | 51 | 'retry_key_pattern' => sprintf(self::RETRY_ROUTING_KEY_PATTERN, $workerContext->getQueue()), |
52 | 52 | ); |
53 | 53 | |
54 | - if(! empty($this->retries)) |
|
54 | + if( ! empty($this->retries)) |
|
55 | 55 | { |
56 | 56 | $options['retry_attempts'] = $this->retries; |
57 | 57 | } |