Skip to content

Commit b7d6b90

Browse files
committed
Remove obsolete method.
1 parent 5178e8e commit b7d6b90

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/Storage/NodeStorage.php

-8
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ public function getParent(): ?NodeInterface
3939
return $this->get('parent');
4040
}
4141

42-
/**
43-
* {@inheritdoc}
44-
*/
45-
public function setChildren(\Traversable $children): StorageInterface
46-
{
47-
return $this->set('children', $children);
48-
}
49-
5042
/**
5143
* {@inheritdoc}
5244
*/

src/Storage/NodeStorageInterface.php

-7
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ public function getChildren();
2222
*/
2323
public function getParent(): ?NodeInterface;
2424

25-
/**
26-
* @param \Traversable $children
27-
*
28-
* @return StorageInterface
29-
*/
30-
public function setChildren(\Traversable $children): StorageInterface;
31-
3225
/**
3326
* @param null|NodeInterface $parent
3427
*

0 commit comments

Comments
 (0)