Commit 4422f429 authored by Fabien Potencier's avatar Fabien Potencier

fixed CS

parent badec168
......@@ -90,7 +90,7 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
$this['dispatcher_class'] = 'Symfony\\Component\\EventDispatcher\\EventDispatcher';
$this['dispatcher'] = $this->share(function () use ($app) {
/**
* @var EventDispatcherInterface $dispatcher
* @var EventDispatcherInterface
*/
$dispatcher = new $app['dispatcher_class']();
......
......@@ -28,7 +28,6 @@ trait SecurityTrait
* @return mixed
*
* @see TokenInterface::getUser()
*
* @deprecated since 1.3, to be removed in 3.0
*/
public function user()
......
......@@ -84,5 +84,4 @@ class ViewListenerWrapper
return true;
}
}
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