@@ -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 | { |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Symfony\Component\Console\Command\Command; |
15 | 15 | use Symfony\Component\Console\Input\InputArgument; |
16 | 16 | use Symfony\Component\Console\Input\InputInterface; |
17 | -use Symfony\Component\Console\Input\InputOption; |
|
18 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
19 | 18 | |
20 | 19 | /** |
@@ -89,7 +89,7 @@ |
||
89 | 89 | |
90 | 90 | /** |
91 | 91 | * Tells if the given Element contains a valid Feed Url |
92 | - * @param DomElement $element |
|
92 | + * @param \DOMElement $element |
|
93 | 93 | * @return bool |
94 | 94 | */ |
95 | 95 | protected function isFeedLink(\DomElement $element) : bool |