@@ -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; |
@@ -192,7 +192,7 @@ |
||
| 192 | 192 | * @param string $relationship |
| 193 | 193 | * @param array $userData |
| 194 | 194 | * |
| 195 | - * @return void |
|
| 195 | + * @return false|null |
|
| 196 | 196 | */ |
| 197 | 197 | protected function getEntityRelationships($entityType, $relationship, array $userData) |
| 198 | 198 | { |