Completed
Push — master ( 5f6ed7...e73da7 )
by Vitaliy
10:16 queued 07:34
created
src/ParentNodeTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.