Loading src/ZfcUser/Authentication/Adapter/AdapterChainServiceFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ use ZfcUser\Authentication\Adapter\Exception\OptionsNotFoundException; class AdapterChainServiceFactory implements FactoryInterface { public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) public function __invoke(ContainerInterface $serviceLocator, $requestedName, ?array $options = null) { $chain = new AdapterChain(); Loading src/ZfcUser/Authentication/Adapter/Exception/OptionsNotFoundException.php +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ namespace ZfcUser\Authentication\Adapter\Exception; use Laminas\Math\Exception\RuntimeException; class OptionsNotFoundException extends RuntimeException class OptionsNotFoundException extends \RuntimeException { } src/ZfcUser/Factory/Authentication/Adapter/DbFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use ZfcUser\Authentication\Adapter\Db; class DbFactory implements FactoryInterface { public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) public function __invoke(ContainerInterface $serviceLocator, $requestedName, ?array $options = null) { $db = new Db(); $db->setServiceManager($serviceLocator); Loading src/ZfcUser/Factory/Authentication/Storage/DbFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use ZfcUser\Authentication\Storage\Db; class DbFactory implements FactoryInterface { public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) public function __invoke(ContainerInterface $serviceLocator, $requestedName, ?array $options = null) { $db = new Db(); $db->setServiceManager($serviceLocator); Loading src/ZfcUser/Factory/AuthenticationService.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use Laminas\ServiceManager\ServiceLocatorInterface; class AuthenticationService implements FactoryInterface { public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) public function __invoke(ContainerInterface $serviceLocator, $requestedName, ?array $options = null) { return new \Laminas\Authentication\AuthenticationService( $serviceLocator->get('ZfcUser\Authentication\Storage\Db'), Loading Loading
src/ZfcUser/Authentication/Adapter/AdapterChainServiceFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ use ZfcUser\Authentication\Adapter\Exception\OptionsNotFoundException; class AdapterChainServiceFactory implements FactoryInterface { public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) public function __invoke(ContainerInterface $serviceLocator, $requestedName, ?array $options = null) { $chain = new AdapterChain(); Loading
src/ZfcUser/Authentication/Adapter/Exception/OptionsNotFoundException.php +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ namespace ZfcUser\Authentication\Adapter\Exception; use Laminas\Math\Exception\RuntimeException; class OptionsNotFoundException extends RuntimeException class OptionsNotFoundException extends \RuntimeException { }
src/ZfcUser/Factory/Authentication/Adapter/DbFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use ZfcUser\Authentication\Adapter\Db; class DbFactory implements FactoryInterface { public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) public function __invoke(ContainerInterface $serviceLocator, $requestedName, ?array $options = null) { $db = new Db(); $db->setServiceManager($serviceLocator); Loading
src/ZfcUser/Factory/Authentication/Storage/DbFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use ZfcUser\Authentication\Storage\Db; class DbFactory implements FactoryInterface { public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) public function __invoke(ContainerInterface $serviceLocator, $requestedName, ?array $options = null) { $db = new Db(); $db->setServiceManager($serviceLocator); Loading
src/ZfcUser/Factory/AuthenticationService.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use Laminas\ServiceManager\ServiceLocatorInterface; class AuthenticationService implements FactoryInterface { public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) public function __invoke(ContainerInterface $serviceLocator, $requestedName, ?array $options = null) { return new \Laminas\Authentication\AuthenticationService( $serviceLocator->get('ZfcUser\Authentication\Storage\Db'), Loading