@@ -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; |
@@ -319,7 +319,7 @@ |
||
319 | 319 | * @throws \InvalidArgumentException when requested relationship is not defined |
320 | 320 | * @throws \RuntimeException when map structure is defined incorrectly |
321 | 321 | * |
322 | - * @return array |
|
322 | + * @return string[] |
|
323 | 323 | */ |
324 | 324 | public function getRelationshipMap($relationship = null) |
325 | 325 | { |