@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | * |
58 | 58 | * @since 1.0.0 |
59 | 59 | * @param array $tabs The default unsavable tabs |
60 | - * @return array $tabs Our customized tabs |
|
60 | + * @return string[] $tabs Our customized tabs |
|
61 | 61 | */ |
62 | 62 | function s214_settings_demo_unsavable_tabs( $tabs ) { |
63 | 63 | $tabs = array( |
@@ -73,7 +73,6 @@ discard block |
||
73 | 73 | * Define the settings sections for the each tab |
74 | 74 | * |
75 | 75 | * @since 1.0.0 |
76 | - * @param array $tabs The default settings sections |
|
77 | 76 | * @return array $tabs Our customized sections |
78 | 77 | */ |
79 | 78 | function s214_settings_demo_settings_sections( $sections ) { |