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
93db7478
Commit
93db7478
authored
Jul 08, 2013
by
Bertrand Gauthier
Browse files
COrrection signature méthode.
parent
ab9310fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Authentication/Adapter/Db.php
View file @
93db7478
...
...
@@ -7,7 +7,6 @@ use UnicaenAuth\Options\ModuleOptions;
use
Zend\ServiceManager\ServiceManager
;
use
Zend\ServiceManager\ServiceManagerAwareInterface
;
use
ZfcUser\Authentication\Adapter\AdapterChainEvent
as
AuthEvent
;
use
ZfcUser\Options\AuthenticationOptionsInterface
;
/**
* Adpater d'authentification à partir de la base de données.
...
...
@@ -49,7 +48,7 @@ class Db extends \ZfcUser\Authentication\Adapter\Db implements ServiceManagerAwa
* @param ModuleOptions $options
* @return self
*/
public
function
setOptions
(
AuthenticationOptionsInterface
$options
)
public
function
setOptions
(
ModuleOptions
$options
)
{
$this
->
options
=
$options
;
return
$this
;
...
...
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