X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/c5809a9507a4466628feb66d39325df7e4ea4e20..cd5c97114c307600fe6d6922446fb3904803bb76:/Security/LogoutSuccessHandler.php diff --git a/Security/LogoutSuccessHandler.php b/Security/LogoutSuccessHandler.php index 3ac33f7..c6ca529 100644 --- a/Security/LogoutSuccessHandler.php +++ b/Security/LogoutSuccessHandler.php @@ -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; }