@@ -124,10 +124,10 @@ |
||
124 | 124 | } |
125 | 125 | |
126 | 126 | /** |
127 | - * Get the message endpoint |
|
128 | - * |
|
129 | - * @return string |
|
130 | - */ |
|
127 | + * Get the message endpoint |
|
128 | + * |
|
129 | + * @return string |
|
130 | + */ |
|
131 | 131 | public function getEndpoint() |
132 | 132 | { |
133 | 133 | return $this->endpoint; |
@@ -142,7 +142,7 @@ |
||
142 | 142 | */ |
143 | 143 | public function setEndpoint($endpoint) |
144 | 144 | { |
145 | - if(empty($endpoint) || !is_string($endpoint)) { |
|
145 | + if (empty($endpoint) || ! is_string($endpoint)) { |
|
146 | 146 | throw new InvalidArgumentException('The message endpoint must be a non-empty string'); |
147 | 147 | } |
148 | 148 |