From 05bb42d6252270f6dbe50dcd1fc4b7eb9b0038ae Mon Sep 17 00:00:00 2001 From: Mario Young Date: Sat, 29 Nov 2014 17:41:16 -0500 Subject: [PATCH] add space, psr-2 --- Component/EventDispatcher/AsynchronousEventDispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Component/EventDispatcher/AsynchronousEventDispatcher.php b/Component/EventDispatcher/AsynchronousEventDispatcher.php index 2a5d67c..7cdd981 100644 --- a/Component/EventDispatcher/AsynchronousEventDispatcher.php +++ b/Component/EventDispatcher/AsynchronousEventDispatcher.php @@ -29,7 +29,7 @@ public function __construct(EventDispatcherInterface $dispatcher) public function dispatchAsync() { foreach ($this->asyncEvents as $eachEntry) { - $this->dispatcher->dispatch($eachEntry['name'], $eachEntry['event']); + $this->dispatcher->dispatch($eachEntry['name'], $eachEntry['event']); } }