Loading src/UnicaenAuth/Authentication/Adapter/Db.php +3 −6 Original line number Diff line number Diff line <?php namespace UnicaenAuth\Authentication\Adapter; use PDOException; use Zend\ServiceManager\Exception\ServiceNotFoundException; use UnicaenAuth\Options\ModuleOptions; use Zend\ServiceManager\Exception\ServiceNotFoundException; use Zend\ServiceManager\ServiceManager; use Zend\ServiceManager\ServiceManagerAwareInterface; use ZfcUser\Authentication\Adapter\AdapterChainEvent as AuthEvent; Loading Loading @@ -39,9 +39,6 @@ class Db extends \ZfcUser\Authentication\Adapter\Db implements ServiceManagerAwa try { $result = parent::authenticate($e); } catch (PDOException $e) { return false; } catch (ServiceNotFoundException $e) { return false; } Loading Loading
src/UnicaenAuth/Authentication/Adapter/Db.php +3 −6 Original line number Diff line number Diff line <?php namespace UnicaenAuth\Authentication\Adapter; use PDOException; use Zend\ServiceManager\Exception\ServiceNotFoundException; use UnicaenAuth\Options\ModuleOptions; use Zend\ServiceManager\Exception\ServiceNotFoundException; use Zend\ServiceManager\ServiceManager; use Zend\ServiceManager\ServiceManagerAwareInterface; use ZfcUser\Authentication\Adapter\AdapterChainEvent as AuthEvent; Loading Loading @@ -39,9 +39,6 @@ class Db extends \ZfcUser\Authentication\Adapter\Db implements ServiceManagerAwa try { $result = parent::authenticate($e); } catch (PDOException $e) { return false; } catch (ServiceNotFoundException $e) { return false; } Loading