Skip to content

Commit

Permalink
Merge pull request #8 from mayeco/patch-3
Browse files Browse the repository at this point in the history
add space, psr-2
  • Loading branch information
whitewhidow committed Nov 30, 2014
2 parents 38d3eca + 05bb42d commit 46eb19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Component/EventDispatcher/AsynchronousEventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
}
}

Expand Down

0 comments on commit 46eb19c

Please sign in to comment.