Fixed some codestyle

This commit is contained in:
Andrey
2013-08-13 12:18:15 +02:00
parent 6b4ac37fe1
commit ce6d1e028f
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ class OrderRepository extends EntityRepository
->setFirstResult((int) $offsetStart)
->setMaxResults(max(10, (int) $perPage));
return ($qb->getQuery()->getResult());
return $qb->getQuery()->getResult();
}
/**