Set the @return types correctely

This commit is contained in:
2022-07-22 10:13:13 +02:00
parent d68e0ac9c1
commit e2eb34584c
3 changed files with 11 additions and 11 deletions

View File

@@ -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,