@@ -78,7 +78,7 @@ |
||
78 | 78 | $pairs = null === $query ? [] : explode('&', $query); |
79 | 79 | sort($pairs, SORT_REGULAR); |
80 | 80 | |
81 | - $replace = static function (array $matches): string { |
|
81 | + $replace = static function(array $matches): string { |
|
82 | 82 | return rawurldecode($matches[0]); |
83 | 83 | }; |
84 | 84 |
@@ -961,7 +961,7 @@ |
||
961 | 961 | return $path; |
962 | 962 | } |
963 | 963 | |
964 | - $replace = static function (array $matches): string { |
|
964 | + $replace = static function(array $matches): string { |
|
965 | 965 | return $matches['delim'].str_replace('|', ':', $matches['root']).$matches['rest']; |
966 | 966 | }; |
967 | 967 |