Completed
Push — master ( 4c6605...4e4394 )
by Kévin
08:03 queued 04:21
created
src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      * @param string       $relationAlias the previous relation alias to keep it unique
77 77
      * @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
78 78
      */
79
-    private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $context = [], string $originAlias = 'o', string &$relationAlias = 'a', bool $wasLeftJoin = false)
79
+    private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $context = [], string $originAlias = 'o', string & $relationAlias = 'a', bool $wasLeftJoin = false)
80 80
     {
81 81
         $classMetadata = $queryBuilder->getEntityManager()->getClassMetadata($resourceClass);
82 82
         $j = 0;
Please login to merge, or discard this patch.