Completed
Push — master ( a9a6fe...8549ce )
by Alex
13s queued 11s
created
src/Listener/LazyListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      */
77 77
     protected function getDefaultListenerFactory(): callable
78 78
     {
79
-        return static function (string $className, array $arguments = []) {
79
+        return static function(string $className, array $arguments = []) {
80 80
             return new $className($arguments);
81 81
         };
82 82
     }
Please login to merge, or discard this patch.