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