@@ -97,7 +97,7 @@ |
||
97 | 97 | } |
98 | 98 | } |
99 | 99 | |
100 | - protected function getBody(ResponseInterface $response): string|null |
|
100 | + protected function getBody(ResponseInterface $response): string | null |
|
101 | 101 | { |
102 | 102 | $body = (string)$response->getBody(); |
103 | 103 | return $body !== '' ? $body : null; |