More updates to stop using dev or alpha or beta versions.
[yaffs-website] / vendor / consolidation / robo / src / Collection / NestedCollectionInterface.php
1 <?php
2 namespace Robo\Collection;
3
4 interface NestedCollectionInterface
5 {
6     /**
7      * @param \Robo\Collection\NestedCollectionInterface $parentCollection
8      *
9      * @return $this
10      */
11     public function setParentCollection(NestedCollectionInterface $parentCollection);
12 }