@@ -115,7 +115,7 @@ |
||
115 | 115 | * |
116 | 116 | * @access public |
117 | 117 | * @param string $key |
118 | - * @param mixed $value |
|
118 | + * @param string $value |
|
119 | 119 | */ |
120 | 120 | public function setData($key, $value) |
121 | 121 | { |
@@ -376,7 +376,7 @@ |
||
376 | 376 | * |
377 | 377 | * @access public |
378 | 378 | * @param string $className |
379 | - * @return mixed |
|
379 | + * @return Backend\ObjectBackendAbstract |
|
380 | 380 | * |
381 | 381 | * @throws \Zepi\Turbo\Exception Cannot find the module for the given class name. |
382 | 382 | * @throws \Zepi\Turbo\Exception Instance isn't an object! |