Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Contract/Entity/TreeNodeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getParentNode(): ?self;
public function setParentNode(self $treeNode): void;

/**
* @param string $path the materialized path, eg: the the materialized path to its parent
* @param string $path the materialized path, eg: the materialized path to its parent
*/
public function setMaterializedPath(string $path): void;

Expand Down
1 change: 0 additions & 1 deletion src/Model/Tree/TreeNodeMethodsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function getParentMaterializedPath(): string

public function setParentMaterializedPath(string $path): void
{
$this->parentNodePath = $path;
}

public function getRootMaterializedPath(): string
Expand Down