@@ -119,7 +119,7 @@ |
||
| 119 | 119 | |
| 120 | 120 | /** |
| 121 | 121 | * Determines whether the Paginator should fetch join collections, if the root entity uses composite identifiers it should not |
| 122 | - * @see https://github.com/doctrine/doctrine2/issues/2910 |
|
| 122 | + * @see https://github.com/doctrine/doctrine2/issues/2910 |
|
| 123 | 123 | * |
| 124 | 124 | * @param QueryBuilder $queryBuilder |
| 125 | 125 | * |
@@ -172,7 +172,7 @@ |
||
| 172 | 172 | /** |
| 173 | 173 | * When using composite identifiers pagination will need Output walkers |
| 174 | 174 | */ |
| 175 | - if(QueryChecker::hasRootEntityWithCompositeIdentifier($queryBuilder, $this->managerRegistry)) { |
|
| 175 | + if (QueryChecker::hasRootEntityWithCompositeIdentifier($queryBuilder, $this->managerRegistry)) { |
|
| 176 | 176 | return true; |
| 177 | 177 | } |
| 178 | 178 | |