@@ -26,7 +26,7 @@ |
||
26 | 26 | { |
27 | 27 | protected const USER_RC_LIMIT = 100; |
28 | 28 | protected const TASK_NAME = ' |
@@ -14,6 +14,6 @@ |
||
14 | 14 | |
15 | 15 | interface HttpClientInterface |
16 | 16 | { |
17 | - public function get(string|UriInterface $uri, array $options = []): ResponseInterface; |
|
17 | + public function get(string | UriInterface $uri, array $options = []): ResponseInterface; |
|
18 | 18 | public function request($method, $uri, array $options = []): ResponseInterface; |
19 | 19 | } |
20 | 20 | \ No newline at end of file |