@@ -36,7 +36,7 @@ |
||
| 36 | 36 | /** |
| 37 | 37 | * @throws InvalidResponseException |
| 38 | 38 | */ |
| 39 | - protected function validateResponse(Rocket $rocket): null|Collection|MessageInterface |
|
| 39 | + protected function validateResponse(Rocket $rocket): null | Collection | MessageInterface |
|
| 40 | 40 | { |
| 41 | 41 | $response = $rocket->getDestinationOrigin(); |
| 42 | 42 | |