File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class DumperCollection implements \IteratorAggregate
26
26
private $ parent ;
27
27
28
28
/**
29
- * @var ( DumperCollection|DumperRoute) []
29
+ * @var DumperCollection[] |DumperRoute[]
30
30
*/
31
31
private $ children = array ();
32
32
@@ -38,7 +38,7 @@ class DumperCollection implements \IteratorAggregate
38
38
/**
39
39
* Returns the children routes and collections.
40
40
*
41
- * @return ( DumperCollection|DumperRoute) [] Array of DumperCollection|DumperRoute
41
+ * @return DumperCollection[] |DumperRoute[] Array of DumperCollection|DumperRoute
42
42
*/
43
43
public function all ()
44
44
{
@@ -76,7 +76,7 @@ public function setAll(array $children)
76
76
/**
77
77
* Returns an iterator over the children.
78
78
*
79
- * @return \Iterator The iterator
79
+ * @return \Iterator|DumperCollection[]|DumperRoute[] The iterator
80
80
*/
81
81
public function getIterator ()
82
82
{
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function __clone()
49
49
*
50
50
* @see all()
51
51
*
52
- * @return \ArrayIterator An \ArrayIterator object for iterating over routes
52
+ * @return \ArrayIterator|Route[] An \ArrayIterator object for iterating over routes
53
53
*/
54
54
public function getIterator ()
55
55
{
You can’t perform that action at this time.
0 commit comments