Completed
Push — master ( b8b518...903aaa )
by Laurent
03:24
created
src/AppBundle/Entity/OrdersRepository.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,8 @@
 block discarded – undo
12 12
  */
13 13
 class OrdersRepository extends EntityRepository
14 14
 {
15
-    protected function getLast($count) {
15
+    protected function getLast($count)
16
+    {
16 17
         $query = $this->createQueryBuilder('o')
17 18
             ->orderBy('o.id', 'DESC')
18 19
             ->setMaxResults($count);
Please login to merge, or discard this patch.