Skip to content

Commit c443369

Browse files
Jean-Beruphansys
andauthored
Update src/Tree/Entity/Repository/NestedTreeRepository.php
Co-authored-by: Javier Spagnoletti <[email protected]>
1 parent 942ed8a commit c443369

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Tree/Entity/Repository/NestedTreeRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,8 +980,6 @@ public function getNextNodesQuery($root, $node = null, int $limit = null, string
980980
* @param object $root Root node of the parsed tree
981981
* @param object|null $node Current node. If null, first node will be returned
982982
* @param self::TRAVERSAL_* $traversalStrategy Strategy to use to traverse tree
983-
*
984-
* @return object|null
985983
*/
986984
public function getNextNode($root, $node = null, string $traversalStrategy = self::TRAVERSAL_PRE_ORDER): ?object
987985
{

0 commit comments

Comments
 (0)