@@ -150,7 +150,6 @@ discard block |
||
150 | 150 | * |
151 | 151 | * @param string $entityType |
152 | 152 | * @param string $relationship |
153 | - * @param array $entities |
|
154 | 153 | * |
155 | 154 | * @return void |
156 | 155 | */ |
@@ -195,7 +194,7 @@ discard block |
||
195 | 194 | * @throws \InvalidArgumentException when requested relationship is not defined |
196 | 195 | * @throws \RuntimeException when map structure is defined incorrectly |
197 | 196 | * |
198 | - * @return array |
|
197 | + * @return string |
|
199 | 198 | */ |
200 | 199 | protected function getRelationshipMap($relationship) |
201 | 200 | { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use InvalidArgumentException; |
7 | 7 | use Percy\Entity\Collection; |
8 | 8 | use Percy\Entity\CollectionBuilderTrait; |
9 | -use Percy\Entity\EntityInterface; |
|
10 | 9 | use Percy\Http\QueryStringParserTrait; |
11 | 10 | use Psr\Http\Message\ServerRequestInterface; |
12 | 11 | use RuntimeException; |