Passed
Pull Request — release/4.x (#53)
by Erik
06:40 queued 03:37
created
src/Zicht/Bundle/UrlBundle/DependencyInjection/Compiler/UrlMapperPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         // Order mapper by their priority
34 34
         uasort(
35 35
             $mappers,
36
-            function ($a, $b) {
36
+            function($a, $b) {
37 37
                 return (isset($b[0]['priority']) ? $b[0]['priority'] : 0) - (isset($a[0]['priority']) ? $a[0]['priority'] : 0);
38 38
             }
39 39
         );
Please login to merge, or discard this patch.