Completed
Push — master ( bf5b78...478d22 )
by Maxim
02:58
created
src/utils/event/EventService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         }
32 32
 
33 33
         $this->listeners[$eventName][] = [$priority, $callable];
34
-        \uasort($this->listeners[$eventName], function ($event1, $event2) {
34
+        \uasort($this->listeners[$eventName], function($event1, $event2) {
35 35
             return $event1[0] <=> $event2[0];
36 36
         });
37 37
     }
Please login to merge, or discard this patch.