@@ -751,6 +751,8 @@ |
||
751 | 751 | * |
752 | 752 | * @author Frank Schubert <[email protected]> |
753 | 753 | * @author Andreas Gohr <[email protected]> |
754 | + * @param boolean $ispage |
|
755 | + * @param string $name |
|
754 | 756 | */ |
755 | 757 | protected function makeCheckboxes($setperm, $ispage, $name) |
756 | 758 | { |
@@ -42,7 +42,7 @@ |
||
42 | 42 | * |
43 | 43 | * @param \admin_plugin_config $plugin object of config plugin |
44 | 44 | * @param bool $echo true: show inputted value, when error occurred, otherwise the stored setting |
45 | - * @return array with content array(string $label_html, string $input_html) |
|
45 | + * @return string[] with content array(string $label_html, string $input_html) |
|
46 | 46 | */ |
47 | 47 | public function html(\admin_plugin_config $plugin, $echo = false) { |
48 | 48 |
@@ -1169,6 +1169,7 @@ |
||
1169 | 1169 | * |
1170 | 1170 | * @param array $user data of user |
1171 | 1171 | * @param string &$error reference catched error message |
1172 | + * @param string $error |
|
1172 | 1173 | * @return bool whether successful |
1173 | 1174 | */ |
1174 | 1175 | protected function importUser($user, &$error) |