auth: Add helpful type hint to AuthManager

Change-Id: I25e174936f74010a9db3e8c14dedac76d1b1c006
This commit is contained in:
Thiemo Kreuz 2020-05-14 19:30:44 +02:00
parent 50eca0c17b
commit 49372c72eb

View file

@ -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 );