@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | /** |
| 52 | 52 | * Returns collection of child nodes. |
| 53 | 53 | * |
| 54 | - * @return \Nayjest\Collection\CollectionInterface|ChildNodeInterface[] |
|
| 54 | + * @return \Nayjest\Collection\Decorator\ReadonlyObjectCollection |
|
| 55 | 55 | */ |
| 56 | 56 | public function children() |
| 57 | 57 | { |
@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | /** |
| 76 | 76 | * Returns collection containing all descendant nodes. |
| 77 | 77 | * |
| 78 | - * @return CollectionInterface|ObjectCollection|ChildNodeInterface[] |
|
| 78 | + * @return ObjectCollection |
|
| 79 | 79 | */ |
| 80 | 80 | public function getChildrenRecursive() |
| 81 | 81 | { |