Passed
Push — master ( 93e91b...83695f )
by Fabien
02:05
created
src/Event/Broker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
                 continue;
50 50
             }
51 51
 
52
-            $this->subscribers[$eventClass][] = static function (Event $event) use ($subscriber, $method): void {
52
+            $this->subscribers[$eventClass][] = static function(Event $event) use ($subscriber, $method): void {
53 53
                 $subscriber->$method($event);
54 54
             };
55 55
         }
Please login to merge, or discard this patch.