| @@ -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; | 
| @@ -90,7 +90,6 @@ discard block | ||
| 90 | 90 | * Build a base query without sorting and limits from filter rules. | 
| 91 | 91 | * | 
| 92 | 92 | * @param array $rules | 
| 93 | - * @param string $start | |
| 94 | 93 | * | 
| 95 | 94 | * @return array | 
| 96 | 95 | */ | 
| @@ -290,7 +289,7 @@ discard block | ||
| 290 | 289 | * @throws \InvalidArgumentException when requested relationship is not defined | 
| 291 | 290 | * @throws \RuntimeException when map structure is defined incorrectly | 
| 292 | 291 | * | 
| 293 | - * @return array | |
| 292 | + * @return string[] | |
| 294 | 293 | */ | 
| 295 | 294 | public function getRelationshipMap($relationship = null) | 
| 296 | 295 |      { |