@@ -73,7 +73,7 @@ |
||
73 | 73 | |
74 | 74 | /** |
75 | 75 | * @param string $name |
76 | - * @return iterable |
|
76 | + * @return string[] |
|
77 | 77 | */ |
78 | 78 | public function getHeader(string $name) : iterable |
79 | 79 | { |
@@ -47,7 +47,7 @@ |
||
47 | 47 | } |
48 | 48 | |
49 | 49 | /** |
50 | - * @return iterable |
|
50 | + * @return \ArrayIterator |
|
51 | 51 | */ |
52 | 52 | public function getMedias() : iterable |
53 | 53 | { |
@@ -73,7 +73,7 @@ |
||
73 | 73 | /** |
74 | 74 | * returns node's categories |
75 | 75 | * |
76 | - * @return iterable |
|
76 | + * @return \ArrayIterator |
|
77 | 77 | */ |
78 | 78 | public function getCategories() : iterable |
79 | 79 | { |
@@ -93,7 +93,6 @@ |
||
93 | 93 | } |
94 | 94 | |
95 | 95 | /** |
96 | - * @param string $description |
|
97 | 96 | * @return NodeInterface |
98 | 97 | */ |
99 | 98 | public function setImage(string $image = null) : FeedInterface |
@@ -50,7 +50,6 @@ |
||
50 | 50 | public function getImage() : ? string ; |
51 | 51 | |
52 | 52 | /** |
53 | - * @param string $description |
|
54 | 53 | * @return NodeInterface |
55 | 54 | */ |
56 | 55 | public function setImage(string $image = null) : FeedInterface; |