Completed
Pull Request — master (#822)
by Antoine
04:36 queued 38s
created
src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
      * @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
118 118
      * @param integer      $joinsNumber             number of joins
119 119
      */
120
-    private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $propertyMetadataOptions = [], string $originAlias = 'o', string &$relationAlias = 'a', bool $wasLeftJoin = false, $joinsNumber = 0)
120
+    private function joinRelations(QueryBuilder $queryBuilder, string $resourceClass, array $propertyMetadataOptions = [], string $originAlias = 'o', string & $relationAlias = 'a', bool $wasLeftJoin = false, $joinsNumber = 0)
121 121
     {
122 122
         if ($joinsNumber > $this->maxJoins) {
123 123
             throw new \RuntimeException('Too many joined relations, might be an infinite loop! Check out serialization groups!');
Please login to merge, or discard this patch.
src/Api/IriConverterInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
      * Retrieves an item from its IRI.
26 26
      *
27 27
      * @param string $iri
28
-     * @param bool   $fetchData
29 28
      * @param array  $context
30 29
      *
31 30
      * @throws InvalidArgumentException
Please login to merge, or discard this patch.