File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616use Symfony \Component \HttpKernel \Exception \HttpException ;
1717use Symfony \Component \HttpKernel \Event \GetResponseEvent ;
1818use Symfony \Component \HttpFoundation \RedirectResponse ;
19- use Symfony \Bundle \ FrameworkBundle \ Routing \Router ;
19+ use Symfony \Component \ Routing \RouterInterface ;
2020
2121/**
2222 *
@@ -34,7 +34,7 @@ class BlockingLoginListener
3434 /**
3535 *
3636 * @access protected
37- * @var \Symfony\Bundle\FrameworkBundle\ Routing\Router $router
37+ * @var \Symfony\Component\ Routing\RouterInterface $router
3838 */
3939 protected $ router ;
4040
@@ -55,11 +55,11 @@ class BlockingLoginListener
5555 /**
5656 *
5757 * @access public
58- * @param \Symfony\Bundle\FrameworkBundle\ Routing\Router $router
59- * @param \CCDNUser\SecurityBundle\Component\Authorisation\SecurityManager $loginFailureTracker
60- * @param array $forceAccountRecovery
58+ * @param \Symfony\Component\ Routing\RouterInterface $router
59+ * @param \CCDNUser\SecurityBundle\Component\Authorisation\SecurityManager $loginFailureTracker
60+ * @param array $forceAccountRecovery
6161 */
62- public function __construct (Router $ router , $ securityManager , $ forceAccountRecovery )
62+ public function __construct (RouterInterface $ router , $ securityManager , $ forceAccountRecovery )
6363 {
6464 $ this ->securityManager = $ securityManager ;
6565 $ this ->router = $ router ;
You can’t perform that action at this time.
0 commit comments