@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * Copyright (c) Phauthentic (https://github.com/Phauthentic) |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * Copyright (c) Phauthentic (https://github.com/Phauthentic) |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * Copyright (c) Phauthentic (https://github.com/Phauthentic) |
5 | 5 | * |
@@ -31,8 +31,8 @@ |
||
31 | 31 | public function paginate(PaginationParamsInterface $paginationParams, $repository) |
32 | 32 | { |
33 | 33 | $query = $repository |
34 | - ->setFirstResult($paginationParams->getCurrentPage()) |
|
35 | - ->setMaxResults($paginationParams->getLimit()); |
|
34 | + ->setFirstResult($paginationParams->getCurrentPage()) |
|
35 | + ->setMaxResults($paginationParams->getLimit()); |
|
36 | 36 | |
37 | 37 | return new Paginator($query, $fetchJoinCollection = true); |
38 | 38 | } |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * Copyright (c) Phauthentic (https://github.com/Phauthentic) |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * Copyright (c) Phauthentic (https://github.com/Phauthentic) |
5 | 5 | * |