Completed
Pull Request — master (#23)
by Jacob
02:24
created
DependencyInjection/Compiler/EventSubscribersPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     {
22 22
         $dispatcher = $container->getDefinition(Utility::getAliasedName('event_dispatcher'));
23 23
 
24
-        $sortFunc = function ($a, $b) {
24
+        $sortFunc = function($a, $b) {
25 25
             $a = isset($a['priority']) ? (Integer) $a['priority'] : 0;
26 26
             $b = isset($b['priority']) ? (Integer) $b['priority'] : 0;
27 27
 
Please login to merge, or discard this patch.