auth: Add helpful type hint to AuthManager
Change-Id: I25e174936f74010a9db3e8c14dedac76d1b1c006
This commit is contained in:
parent
50eca0c17b
commit
49372c72eb
1 changed files with 1 additions and 0 deletions
|
|
@ -2317,6 +2317,7 @@ class AuthManager implements LoggerAwareInterface {
|
|||
|
||||
$ret = [];
|
||||
foreach ( $specs as $spec ) {
|
||||
/** @var AuthenticationProvider $provider */
|
||||
$provider = $this->objectFactory->createObject( $spec, [ 'assertClass' => $class ] );
|
||||
$provider->setLogger( $this->logger );
|
||||
$provider->setManager( $this );
|
||||
|
|
|
|||
Loading…
Reference in a new issue