|
@@ -174,7 +174,7 @@ discard block |
|
|
block discarded – undo |
|
174
|
174
|
* |
|
175
|
175
|
* @param admin_plugin_config $plugin object of config plugin |
|
176
|
176
|
* @param bool $echo true: show inputted value, when error occurred, otherwise the stored setting |
|
177
|
|
- * @return array with content array(string $label_html, string $input_html) |
|
|
177
|
+ * @return string[] with content array(string $label_html, string $input_html) |
|
178
|
178
|
*/ |
|
179
|
179
|
function html(admin_plugin_config $plugin, $echo=false) { |
|
180
|
180
|
global $lang; |
|
@@ -282,7 +282,7 @@ discard block |
|
|
block discarded – undo |
|
282
|
282
|
* |
|
283
|
283
|
* @param admin_plugin_config $plugin object of config plugin |
|
284
|
284
|
* @param bool $echo true: show inputted value, when error occurred, otherwise the stored setting |
|
285
|
|
- * @return array with content array(string $label_html, string $input_html) |
|
|
285
|
+ * @return string[] with content array(string $label_html, string $input_html) |
|
286
|
286
|
*/ |
|
287
|
287
|
function html(admin_plugin_config $plugin, $echo=false) { |
|
288
|
288
|
|
Please login to merge, or discard this patch.