diff --git a/src/Tree/Document/MongoDB/Repository/AbstractTreeRepository.php b/src/Tree/Document/MongoDB/Repository/AbstractTreeRepository.php index f86552f840..dfba75ef9a 100644 --- a/src/Tree/Document/MongoDB/Repository/AbstractTreeRepository.php +++ b/src/Tree/Document/MongoDB/Repository/AbstractTreeRepository.php @@ -104,7 +104,7 @@ public function buildTree(array $nodes, array $options = []) } /** - * @see \Gedmo\Tree\RepositoryUtilsInterface::setChildrenIndex + * @see RepositoryUtilsInterface::setChildrenIndex */ public function setChildrenIndex($childrenIndex) { @@ -112,7 +112,7 @@ public function setChildrenIndex($childrenIndex) } /** - * @see \Gedmo\Tree\RepositoryUtilsInterface::getChildrenIndex + * @see RepositoryUtilsInterface::getChildrenIndex */ public function getChildrenIndex() { diff --git a/src/Tree/Entity/Repository/AbstractTreeRepository.php b/src/Tree/Entity/Repository/AbstractTreeRepository.php index d06aded5b5..81ae096c22 100644 --- a/src/Tree/Entity/Repository/AbstractTreeRepository.php +++ b/src/Tree/Entity/Repository/AbstractTreeRepository.php @@ -131,7 +131,7 @@ public function childCount($node = null, $direct = false) } /** - * @see \Gedmo\Tree\RepositoryUtilsInterface::childrenHierarchy + * @see RepositoryUtilsInterface::childrenHierarchy */ public function childrenHierarchy($node = null, $direct = false, array $options = [], $includeNode = false) { @@ -139,7 +139,7 @@ public function childrenHierarchy($node = null, $direct = false, array $options } /** - * @see \Gedmo\Tree\RepositoryUtilsInterface::buildTree + * @see RepositoryUtilsInterface::buildTree */ public function buildTree(array $nodes, array $options = []) { @@ -147,7 +147,7 @@ public function buildTree(array $nodes, array $options = []) } /** - * @see \Gedmo\Tree\RepositoryUtilsInterface::buildTreeArray + * @see RepositoryUtilsInterface::buildTreeArray */ public function buildTreeArray(array $nodes) { @@ -155,7 +155,7 @@ public function buildTreeArray(array $nodes) } /** - * @see \Gedmo\Tree\RepositoryUtilsInterface::setChildrenIndex + * @see RepositoryUtilsInterface::setChildrenIndex */ public function setChildrenIndex($childrenIndex) { @@ -163,7 +163,7 @@ public function setChildrenIndex($childrenIndex) } /** - * @see \Gedmo\Tree\RepositoryUtilsInterface::getChildrenIndex + * @see RepositoryUtilsInterface::getChildrenIndex */ public function getChildrenIndex() {