diff --git a/lib/functions.php b/lib/functions.php index 161e684..af74948 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -185,7 +185,7 @@ function normalize(string $uri): string * * @param string $uri * - * @return array + * @return array * * @throws InvalidUriException */ @@ -225,7 +225,7 @@ function ($matches) { * This function takes the components returned from PHP's parse_url, and uses * it to generate a new uri. * - * @param array $parts + * @param array $parts * * @return string */ @@ -283,7 +283,7 @@ function build(array $parts): string * * @param string $path * - * @return array + * @return array */ function split(string $path): array { @@ -307,7 +307,7 @@ function split(string $path): array * * @param string $uri * - * @return array + * @return array * * @throws InvalidUriException */