Set the @return types correctely
This commit is contained in:
@@ -25,7 +25,7 @@ class Outputrest extends Output
|
||||
* @param array|null $variable PHP variables send to the view and to layout
|
||||
* (can be processed by foreach, if...)
|
||||
* @param string|null $module The module name to use if needed
|
||||
* @return Exit from PHP at the end of HTML display
|
||||
* @return mixed Exit from PHP at the end of HTML display
|
||||
*/
|
||||
public function out ($data, $title = FALSE,
|
||||
$viewClass = FALSE, $viewMethod = FALSE,
|
||||
|
||||
Reference in New Issue
Block a user