Loading module/Doctorant/src/Doctorant/Entity/Db/Interface/HasDoctorantInterface.php→module/Doctorant/src/Doctorant/Entity/Db/HasDoctorantInterface.php +1 −3 Original line number Diff line number Diff line <?php namespace Doctorant\Entity\Db\Interface; use Doctorant\Entity\Db\Doctorant; namespace Doctorant\Entity\Db; interface HasDoctorantInterface { Loading module/Doctorant/src/Doctorant/Entity/Db/Trait/HasDoctorantTrait.php→module/Doctorant/src/Doctorant/Entity/Db/HasDoctorantTrait.php +1 −3 Original line number Diff line number Diff line <?php namespace Doctorant\Entity\Db\Trait; use Doctorant\Entity\Db\Doctorant; namespace Doctorant\Entity\Db; trait HasDoctorantTrait { Loading module/Doctorant/src/Doctorant/Entity/Db/MissionEnseignement.php +0 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ namespace Doctorant\Entity\Db; use Doctorant\Entity\Db\Interface\HasDoctorantInterface; use Doctorant\Entity\Db\Trait\HasDoctorantTrait; use UnicaenUtilisateur\Entity\Db\HistoriqueAwareInterface; use UnicaenUtilisateur\Entity\Db\HistoriqueAwareTrait; Loading module/Soutenance/src/Soutenance/Validator/DateLesserThan.php +0 −17 Original line number Diff line number Diff line <?php /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace Soutenance\Validator; Loading Loading @@ -65,16 +58,6 @@ class DateLesserThan extends AbstractValidator if ($options instanceof Traversable) { $options = ArrayUtils::iteratorToArray($options); } if (!is_array($options)) { $options = func_get_args(); $temp['max'] = array_shift($options); if (!empty($options)) { $temp['inclusive'] = array_shift($options); } $options = $temp; } if (!array_key_exists('max', $options)) { throw new InvalidArgumentException("Missing option 'max'"); Loading Loading
module/Doctorant/src/Doctorant/Entity/Db/Interface/HasDoctorantInterface.php→module/Doctorant/src/Doctorant/Entity/Db/HasDoctorantInterface.php +1 −3 Original line number Diff line number Diff line <?php namespace Doctorant\Entity\Db\Interface; use Doctorant\Entity\Db\Doctorant; namespace Doctorant\Entity\Db; interface HasDoctorantInterface { Loading
module/Doctorant/src/Doctorant/Entity/Db/Trait/HasDoctorantTrait.php→module/Doctorant/src/Doctorant/Entity/Db/HasDoctorantTrait.php +1 −3 Original line number Diff line number Diff line <?php namespace Doctorant\Entity\Db\Trait; use Doctorant\Entity\Db\Doctorant; namespace Doctorant\Entity\Db; trait HasDoctorantTrait { Loading
module/Doctorant/src/Doctorant/Entity/Db/MissionEnseignement.php +0 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ namespace Doctorant\Entity\Db; use Doctorant\Entity\Db\Interface\HasDoctorantInterface; use Doctorant\Entity\Db\Trait\HasDoctorantTrait; use UnicaenUtilisateur\Entity\Db\HistoriqueAwareInterface; use UnicaenUtilisateur\Entity\Db\HistoriqueAwareTrait; Loading
module/Soutenance/src/Soutenance/Validator/DateLesserThan.php +0 −17 Original line number Diff line number Diff line <?php /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace Soutenance\Validator; Loading Loading @@ -65,16 +58,6 @@ class DateLesserThan extends AbstractValidator if ($options instanceof Traversable) { $options = ArrayUtils::iteratorToArray($options); } if (!is_array($options)) { $options = func_get_args(); $temp['max'] = array_shift($options); if (!empty($options)) { $temp['inclusive'] = array_shift($options); } $options = $temp; } if (!array_key_exists('max', $options)) { throw new InvalidArgumentException("Missing option 'max'"); Loading