Refactor LoginController

PHRAS-529 #time 2h
This commit is contained in:
Benoît Burnichon
2015-06-18 16:53:03 +02:00
parent 3e6a8190f5
commit ca5e6772f6
6 changed files with 507 additions and 293 deletions

View File

@@ -11,6 +11,7 @@
namespace Alchemy\Phrasea\Model\Repositories;
use Alchemy\Phrasea\Model\Entities\ValidationParticipant;
use Doctrine\ORM\EntityRepository;
use Doctrine\DBAL\Types\Type;
@@ -21,7 +22,7 @@ class ValidationParticipantRepository extends EntityRepository
* Retrieve all not reminded participants where the validation has not expired
*
* @param $expireDate The expiration Date
* @return array
* @return ValidationParticipant[]
*/
public function findNotConfirmedAndNotRemindedParticipantsByExpireDate(\DateTime $expireDate)
{