Skip to content

Commit

Permalink
Remove obsolete method.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 6, 2019
1 parent 5178e8e commit b7d6b90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions src/Storage/NodeStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ public function getParent(): ?NodeInterface
return $this->get('parent');
}

/**
* {@inheritdoc}
*/
public function setChildren(\Traversable $children): StorageInterface
{
return $this->set('children', $children);
}

/**
* {@inheritdoc}
*/
Expand Down
7 changes: 0 additions & 7 deletions src/Storage/NodeStorageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ public function getChildren();
*/
public function getParent(): ?NodeInterface;

/**
* @param \Traversable $children
*
* @return StorageInterface
*/
public function setChildren(\Traversable $children): StorageInterface;

/**
* @param null|NodeInterface $parent
*
Expand Down

0 comments on commit b7d6b90

Please sign in to comment.