Completed
Pull Request — master (#40)
by Francesco
03:00
created
src/Paraunit/Parser/ParserCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
         uasort(
27 27
             $taggedServices,
28
-            function ($a, $b) {
28
+            function($a, $b) {
29 29
                 return $a[0]['priority'] > $b[0]['priority'];
30 30
             }
31 31
         );
Please login to merge, or discard this patch.