Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
acd80024
Commit
acd80024
authored
Jun 05, 2019
by
Bertrand Gauthier
Browse files
CAs adapter: correction de classes
parent
550e559f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Authentication/Adapter/Cas.php
View file @
acd80024
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment