Completed
Pull Request — master (#552)
by Antoine
03:26
created
src/Bridge/Symfony/Routing/IriConverter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.