@@ -75,7 +75,7 @@ |
||
75 | 75 | */ |
76 | 76 | public static function removeUnwantedChars(UriInterface $uri): UriInterface |
77 | 77 | { |
78 | - $removeUnwantedChars = function (?string $string) { |
|
78 | + $removeUnwantedChars = function(?string $string) { |
|
79 | 79 | if (null === $string) { |
80 | 80 | return null; |
81 | 81 | } |