Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
14 | function dfs_base_form_system_theme_settings_alter(&$form, FormStateInterface $form_state) { |
||
|
|||
15 | $form['theme_ui']['dfs_base_callout_auto_close'] = array( |
||
16 | '#type' => 'checkbox', |
||
17 | '#title' => t('Automatically close status messages'), |
||
18 | '#default_value' => theme_get_setting('dfs_base_callout_auto_close'), |
||
19 | ); |
||
21 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.