Skip to content

Commit

Permalink
fixed typo in TreeSearchStrategyInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilbourne committed Oct 9, 2024
1 parent 96a2656 commit 40fca0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/struct/treesearch/TreeSearchStrategyInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function setStartNode($startNode): void;
/**
* getStartNode
* @return NodeSearchableInterface
NodeSearchableInterface
*/
public function getStartNode(): mixed;

/**
Expand Down

0 comments on commit 40fca0b

Please sign in to comment.