@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | /** |
29 | 29 | * Get raw format |
30 | 30 | * |
31 | - * @return mixed |
|
31 | + * @return \SimpleXMLElement |
|
32 | 32 | */ |
33 | 33 | public function getRaw(); |
34 | 34 | |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | * Get from config |
38 | 38 | * |
39 | 39 | * @param string $name |
40 | - * @return mixed |
|
40 | + * @return \SimpleXMLElement |
|
41 | 41 | */ |
42 | 42 | public function __get(string $name); |
43 | 43 |