mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Fixed some codestyle
This commit is contained in:
@@ -44,7 +44,7 @@ class OrderRepository extends EntityRepository
|
||||
->setFirstResult((int) $offsetStart)
|
||||
->setMaxResults(max(10, (int) $perPage));
|
||||
|
||||
return ($qb->getQuery()->getResult());
|
||||
return $qb->getQuery()->getResult();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user