Passed
Push — main ( 925020...e6a094 )
by smiley
11:47
created
src/Psr18/URLExtractor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.