diff --git a/lib/functions.php b/lib/functions.php index 30908c8..a869487 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -236,14 +236,14 @@ function ($matches) { */ return $result + [ - 'scheme' => null, - 'host' => null, - 'path' => null, - 'port' => null, - 'user' => null, - 'query' => null, - 'fragment' => null, - ]; + 'scheme' => null, + 'host' => null, + 'path' => null, + 'port' => null, + 'user' => null, + 'query' => null, + 'fragment' => null, + ]; } /**