@@ -490,7 +490,7 @@ |
||
| 490 | 490 | * Get all relations (optional: Of a particular type) |
| 491 | 491 | * |
| 492 | 492 | * @param string|null $relationType Optional: Relation type |
| 493 | - * @return array Object relations |
|
| 493 | + * @return RelationInterface[] Object relations |
|
| 494 | 494 | */ |
| 495 | 495 | public function getRelations($relationType = null) { |
| 496 | 496 | return $this->relations->getRelations($relationType); |