Completed
Push — master ( fdf88b...eedd5b )
by Adam
02:16
created
src/Event.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     public function finish(Message $message)
48 48
     {
49 49
         array_map(function ($name) use ($message) {
50
-           $this->emitter->emit($name, $message) ;
50
+            $this->emitter->emit($name, $message) ;
51 51
         }, [
52 52
             static::MESSAGE_FINISH,
53 53
             sprintf('%s.%s', static::MESSAGE_FINISH, $message->handler())
Please login to merge, or discard this patch.