Failed Conditions
Pull Request — psr2 (#2382)
by Andreas
09:28 queued 06:13
created
lib/plugins/config/core/SettingRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
lib/plugins/config/admin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use dokuwiki\plugin\config\core\Configuration;
11 11
 use dokuwiki\plugin\config\core\Setting;
12
-use dokuwiki\plugin\config\core\SettingFieldset;
13 12
 use dokuwiki\plugin\config\core\SettingHidden;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.