@@ -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 |