@@ -218,7 +218,7 @@ |
||
218 | 218 | $skippedAttributes = array('timestamp', 'headers', 'app_id', 'routing_key'); |
219 | 219 | foreach($attributes as $attributeName => $value) |
220 | 220 | { |
221 | - if(! in_array($attributeName, $skippedAttributes)) |
|
221 | + if( ! in_array($attributeName, $skippedAttributes)) |
|
222 | 222 | { |
223 | 223 | $writableMessage->setAttribute($attributeName, $value); |
224 | 224 | } |