@@ -48,7 +48,7 @@ |
||
48 | 48 | |
49 | 49 | /** |
50 | 50 | * Gets Argument Iterator |
51 | - * @return ArgumentIterator|Argument[] |
|
51 | + * @return ArgumentIterator |
|
52 | 52 | */ |
53 | 53 | public function getIterator() |
54 | 54 | { |
@@ -27,7 +27,7 @@ |
||
27 | 27 | protected $tabulation = 4; |
28 | 28 | |
29 | 29 | /** |
30 | - * @return MethodInterface[] |
|
30 | + * @return \ClassGeneration\Collection\CollectionIterator |
|
31 | 31 | */ |
32 | 32 | public function getIterator() |
33 | 33 | { |
@@ -44,7 +44,7 @@ |
||
44 | 44 | |
45 | 45 | /** |
46 | 46 | * Gets the Method Iterator. |
47 | - * @return MethodIterator|MethodInterface[] |
|
47 | + * @return MethodIterator |
|
48 | 48 | */ |
49 | 49 | public function getIterator() |
50 | 50 | { |
@@ -55,7 +55,7 @@ |
||
55 | 55 | |
56 | 56 | /** |
57 | 57 | * Gets the Property Iterator. |
58 | - * @return PropertyIterator|Property[] |
|
58 | + * @return PropertyIterator |
|
59 | 59 | */ |
60 | 60 | public function getIterator() |
61 | 61 | { |