Completed
Push — master ( c96ba8...a8e71a )
by Andrey
01:58
created
src/ListenerQueue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      */
88 88
     private function lsort()
89 89
     {
90
-        uasort($this->listeners, function ($a, $b) {
90
+        uasort($this->listeners, function($a, $b) {
91 91
             if ($a['priority'] == $b['priority']) {
92 92
                 return 0;
93 93
             }
Please login to merge, or discard this patch.