Skip to content

Commit

Permalink
[Security] removed obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 29, 2013
1 parent e9d12dd commit 28e9e06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ private function createEvent(\Exception $exception, $kernel = null)

$event = new GetResponseForExceptionEvent($kernel, Request::create('/'), HttpKernelInterface::MASTER_REQUEST, $exception);

// FIXME: to be removed in 2.4
$dispatcher = $this->getMock('Symfony\Component\EventDispatcher\EventDispatcherInterface');
$event->setDispatcher($dispatcher);

Expand Down

0 comments on commit 28e9e06

Please sign in to comment.