@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | * |
73 | 73 | * @param $module |
74 | 74 | * |
75 | - * @return bool True if module related to SamsonCMS |
|
75 | + * @return integer True if module related to SamsonCMS |
|
76 | 76 | */ |
77 | 77 | public function ifModuleRelated($module) |
78 | 78 | { |
@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | * |
109 | 109 | * @param array $params Initialization parameters |
110 | 110 | * |
111 | - * @return bool Initialization stage result |
|
111 | + * @return boolean|null Initialization stage result |
|
112 | 112 | */ |
113 | 113 | public function init(array $params = array()) |
114 | 114 | { |