@@ -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 | } |
@@ -51,6 +51,9 @@ |
||
| 51 | 51 | return $this->body->inOriginalFormat(); |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | + /** |
|
| 55 | + * @param string $attributeName |
|
| 56 | + */ |
|
| 54 | 57 | public function getAttribute($attributeName) |
| 55 | 58 | { |
| 56 | 59 | $messageProperties = $this->message->getProperties(); |