@@ -105,7 +105,7 @@ |
||
| 105 | 105 | */ |
| 106 | 106 | protected function getOffset(Collection $query, int $pageSize): int |
| 107 | 107 | { |
| 108 | - $page = (int)$query->get('page', 1); |
|
| 108 | + $page = (int)$query->get('page', 1); |
|
| 109 | 109 | |
| 110 | 110 | return ($page - 1) * $pageSize; |
| 111 | 111 | } |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | $eventDispatcher |
| 44 | 44 | ); |
| 45 | 45 | |
| 46 | - $this->crypto = $crypto; |
|
| 46 | + $this->crypto = $crypto; |
|
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | /** |
@@ -144,7 +144,7 @@ |
||
| 144 | 144 | IConnection $writeConnection, |
| 145 | 145 | IUnitOfWork $unitOfWork |
| 146 | 146 | ): \Closure { |
| 147 | - return function () use ( |
|
| 147 | + return function() use ( |
|
| 148 | 148 | $repoClass, |
| 149 | 149 | $dataMapperClass, |
| 150 | 150 | $entityClass, |