@@ -117,7 +117,7 @@ |
||
| 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!'); |
@@ -25,7 +25,6 @@ |
||
| 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 |