diff options
Diffstat (limited to 'app/Module.php')
| -rw-r--r-- | app/Module.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Module.php b/app/Module.php index c9fdf2b8b4..992360be66 100644 --- a/app/Module.php +++ b/app/Module.php @@ -334,7 +334,7 @@ abstract class Module { * @param integer $tree_id * @param integer $access_level * - * @return $controller = new ModuleReportInterface[] + * @return ModuleReportInterface[] */ public static function getActiveReports($tree_id = WT_GED_ID, $access_level = WT_USER_ACCESS_LEVEL) { static $reports; @@ -352,7 +352,7 @@ abstract class Module { * @param integer $tree_id * @param integer $access_level * - * @return oduleSidebarInterface[] + * @return ModuleSidebarInterface[] */ public static function getActiveSidebars($tree_id = WT_GED_ID, $access_level = WT_USER_ACCESS_LEVEL) { static $sidebars; @@ -388,7 +388,7 @@ abstract class Module { * @param integer $tree_id * @param integer $access_level * - * @return $controller = new ModuleThemeInterface[] + * @return ModuleThemeInterface[] */ public static function getActiveThemes($tree_id = WT_GED_ID, $access_level = WT_USER_ACCESS_LEVEL) { static $themes; |
