Small fix.

This commit is contained in:
Alexey Skobkin 2015-06-23 13:37:45 +03:00
parent c87192a1f2
commit 41c7e57524
2 changed files with 2 additions and 1 deletions

View file

@ -20,5 +20,4 @@ class MainController extends Controller
'service_login' => $this->container->getParameter('point_login'),
]);
}
}

View file

@ -7,6 +7,8 @@ use Doctrine\ORM\EntityRepository;
class UserRepository extends EntityRepository
{
/**
* Case-insensitive user search
*
* @param string $login
* @return User[]
* @throws \Doctrine\ORM\NonUniqueResultException