Commit acd80024 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

CAs adapter: correction de classes

parent 550e559f
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

namespace UnicaenAuth\Authentication\Adapter;

use Exception;
use phpCAS;
use UnicaenApp\Mapper\Ldap\People as LdapPeopleMapper;
use UnicaenAuth\Options\ModuleOptions;
@@ -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;
    }