From b5b860b3207135e684335676c4a7df900bd0df82 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 6 Feb 2015 14:29:38 +0000 Subject: PHPDoc --- app/Module.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Module.php') 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; -- cgit v1.3