Passed
Push — main ( 404000...b70a85 )
by smiley
01:56
created
src/Psr7/message_helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@
 block discarded – undo
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 */
Please login to merge, or discard this patch.