@@ -270,7 +270,7 @@ |
||
270 | 270 | * |
271 | 271 | * @link https://github.com/guzzle/psr7/blob/c0dcda9f54d145bd4d062a6d15f54931a67732f9/src/Uri.php#L89-L130 |
272 | 272 | */ |
273 | -function parseUrl(string $url):?array{ |
|
273 | +function parseUrl(string $url): ?array{ |
|
274 | 274 | // If IPv6 |
275 | 275 | $prefix = ''; |
276 | 276 | /** @noinspection RegExpRedundantEscape */ |