Completed
Push — master ( 38195c...72fb2d )
by Kévin
03:18
created
src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      * @param string       $relationAlias the previous relation alias to keep it unique
70 70
      * @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
71 71
      */
72
-    private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $propertyMetadataOptions = [], string $originAlias = 'o', string &$relationAlias = 'a', bool $wasLeftJoin = false)
72
+    private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $propertyMetadataOptions = [], string $originAlias = 'o', string & $relationAlias = 'a', bool $wasLeftJoin = false)
73 73
     {
74 74
         $entityManager = $queryBuilder->getEntityManager();
75 75
         $classMetadata = $entityManager->getClassMetadata($resourceClass);
Please login to merge, or discard this patch.