Skip to content

Commit

Permalink
fixed phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
bupy7 committed Apr 13, 2021
1 parent b5287eb commit 9b7b7c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/NestedSetRepositoryAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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
{
Expand All @@ -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
{
Expand Down

0 comments on commit 9b7b7c2

Please sign in to comment.