diff --git a/src/Repository/RelationRepository.php b/src/Repository/RelationRepository.php index f724c22b1..bf5cc6796 100644 --- a/src/Repository/RelationRepository.php +++ b/src/Repository/RelationRepository.php @@ -24,9 +24,6 @@ public function __construct(ManagerRegistry $registry) parent::__construct($registry, Relation::class); } - /** - * @var Relation[] - */ public function findRelations(Content $from, ?string $name, bool $biDirectional = false, ?int $limit = null, bool $publishedOnly = true): array { // Only get existing Relations from content that was persisted before