Loading src/UnicaenAuth/Authentication/Adapter/Cas.php +4 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ namespace UnicaenAuth\Authentication\Adapter; use Exception; use phpCAS; use UnicaenApp\Mapper\Ldap\People as LdapPeopleMapper; use UnicaenAuth\Options\ModuleOptions; Loading Loading @@ -63,14 +64,14 @@ class Cas extends AbstractAdapter implements EventManagerAwareInterface } /** * @var mixed * @var TreeRouteStack */ private $router; /** * @param mixed $router * @param TreeRouteStack $router */ public function setRouter($router) public function setRouter(TreeRouteStack $router) { $this->router = $router; } Loading Loading
src/UnicaenAuth/Authentication/Adapter/Cas.php +4 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ namespace UnicaenAuth\Authentication\Adapter; use Exception; use phpCAS; use UnicaenApp\Mapper\Ldap\People as LdapPeopleMapper; use UnicaenAuth\Options\ModuleOptions; Loading Loading @@ -63,14 +64,14 @@ class Cas extends AbstractAdapter implements EventManagerAwareInterface } /** * @var mixed * @var TreeRouteStack */ private $router; /** * @param mixed $router * @param TreeRouteStack $router */ public function setRouter($router) public function setRouter(TreeRouteStack $router) { $this->router = $router; } Loading