]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Security/LogoutSuccessHandler.php
Add inherited doc
[airbundle] / Security / LogoutSuccessHandler.php
index 3ac33f72c1cbaa34c41102a8470df02cb26f795e..c6ca529b95b6b503d9c126cdcc12ea39fee9c5e8 100644 (file)
@@ -9,8 +9,14 @@ use Symfony\Component\Routing\RouterInterface;
 use Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface;
 
 class LogoutSuccessHandler implements LogoutSuccessHandlerInterface {
+       /**
+        * {@inheritdoc}
+        */
        protected $router;
 
+       /**
+        * {@inheritdoc}
+        */
        public function __construct(RouterInterface $router) {
                $this->router = $router;
        }