Completed
Push — master ( aada1c...2d6259 )
by Kévin
06:53 queued 03:14
created
src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      * @param string       $relationAlias the previous relation alias to keep it unique
71 71
      * @param bool         $wasLeftJoin   if the relation containing the new one had a left join, we have to force the new one to left join too
72 72
      */
73
-    private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, string $originAlias = 'o', string &$relationAlias = 'a', bool $wasLeftJoin = false)
73
+    private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, string $originAlias = 'o', string & $relationAlias = 'a', bool $wasLeftJoin = false)
74 74
     {
75 75
         $classMetadata = $queryBuilder->getEntityManager()->getClassMetadata($resourceClass);
76 76
         $j = 0;
Please login to merge, or discard this patch.