@@ -171,7 +171,7 @@ |
||
| 171 | 171 | * |
| 172 | 172 | * @param string $class |
| 173 | 173 | * |
| 174 | - * @return SimpleHtmlDomInterface[]|SimpleHtmlDomNodeInterface<SimpleHtmlDomInterface> |
|
| 174 | + * @return SimpleHtmlDomNodeInterface |
|
| 175 | 175 | */ |
| 176 | 176 | public function getElementByClass(string $class); |
| 177 | 177 | |
@@ -170,7 +170,7 @@ |
||
| 170 | 170 | * |
| 171 | 171 | * @param string $class |
| 172 | 172 | * |
| 173 | - * @return SimpleXmlDomInterface[]|SimpleXmlDomNodeInterface<SimpleXmlDomInterface> |
|
| 173 | + * @return SimpleXmlDomNodeInterface |
|
| 174 | 174 | */ |
| 175 | 175 | public function getElementByClass(string $class); |
| 176 | 176 | |