Completed
Pull Request — master (#504)
by Antoine
03:21
created
src/Bridge/Doctrine/Orm/Extension/PaginationExtension.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.