@@ -64,7 +64,7 @@ |
||
| 64 | 64 | /** |
| 65 | 65 | * extract the given URL and return the last valid location header |
| 66 | 66 | */ |
| 67 | - public function extract(UriInterface|string $shortURL):?string{ |
|
| 67 | + public function extract(UriInterface|string $shortURL): ?string{ |
|
| 68 | 68 | $request = $this->requestFactory->createRequest('GET', $shortURL); |
| 69 | 69 | $response = $this->sendRequest($request); |
| 70 | 70 | |