Commit f2724fd2 authored by Dave Marshall's avatar Dave Marshall

Revert the CS fix and make a valid docComment

parent ca9fe47b
......@@ -89,8 +89,8 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
$this['dispatcher_class'] = 'Symfony\\Component\\EventDispatcher\\EventDispatcher';
$this['dispatcher'] = $this->share(function () use ($app) {
/*
* @var EventDispatcherInterface
/**
* @var EventDispatcherInterface $dispatcher
*/
$dispatcher = new $app['dispatcher_class']();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment