diff --git a/src/NestedSetRepositoryAbstract.php b/src/NestedSetRepositoryAbstract.php index 375d7c5..bd78829 100644 --- a/src/NestedSetRepositoryAbstract.php +++ b/src/NestedSetRepositoryAbstract.php @@ -122,7 +122,6 @@ public function findAncestors(NestedSetInterface $entity): array * @param NestedSetInterface $node * @param NestedSetInterface|null $parent * @throws \Doctrine\ORM\ORMException - * @throws \Doctrine\Persistence\Mapping\MappingException */ public function append(NestedSetInterface $node, NestedSetInterface $parent = null): void { @@ -139,7 +138,6 @@ public function append(NestedSetInterface $node, NestedSetInterface $parent = nu * @param NestedSetInterface $node * @param NestedSetInterface|null $parent * @throws \Doctrine\ORM\ORMException - * @throws \Doctrine\Persistence\Mapping\MappingException */ public function prepend(NestedSetInterface $node, NestedSetInterface $parent = null): void { @@ -154,9 +152,7 @@ public function prepend(NestedSetInterface $node, NestedSetInterface $parent = n /** * @param NestedSetInterface $node - * * @throws \Doctrine\ORM\ORMException - * @throws \Doctrine\Persistence\Mapping\MappingException */ public function remove(NestedSetInterface $node): void {