]> Raphaël G. Git Repositories - airbundle/commitdiff
Add inherited doc
authorRaphaël Gertz <git@rapsys.eu>
Tue, 23 Feb 2021 23:35:39 +0000 (00:35 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 23 Feb 2021 23:35:39 +0000 (00:35 +0100)
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;
        }