@@ -95,7 +95,7 @@ |
||
| 95 | 95 | return [rawurlencode(array_values($identifiers)[0])]; |
| 96 | 96 | } |
| 97 | 97 | |
| 98 | - return array_map(function ($identifierName, $identifierValue) { |
|
| 98 | + return array_map(function($identifierName, $identifierValue) { |
|
| 99 | 99 | return sprintf('%s=%s', $identifierName, $identifierValue); |
| 100 | 100 | }, array_keys($identifiers), $identifiers); |
| 101 | 101 | } |