@@ -220,7 +220,7 @@ |
||
| 220 | 220 | /** |
| 221 | 221 | * Set clas |
| 222 | 222 | * |
| 223 | - * @param string|object $class |
|
| 223 | + * @param string $class |
|
| 224 | 224 | * @return Route |
| 225 | 225 | */ |
| 226 | 226 | public function setClass($class): Route |
@@ -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 | |