@@ -182,7 +182,7 @@ discard block |
||
| 182 | 182 | |
| 183 | 183 | /** |
| 184 | 184 | * @since 2.0 |
| 185 | - * @return The class for this icon |
|
| 185 | + * @return string class for this icon |
|
| 186 | 186 | */ |
| 187 | 187 | public static function icon_key_to_class( $key, $icon = '+', $type = 'arrow' ) { |
| 188 | 188 | if ( 'arrow' == $type && is_numeric( $key ) ) { |
@@ -379,6 +379,7 @@ discard block |
||
| 379 | 379 | |
| 380 | 380 | /** |
| 381 | 381 | * @since 2.3 |
| 382 | + * @param string $default |
|
| 382 | 383 | */ |
| 383 | 384 | private static function get_color_output( $default, &$color ) { |
| 384 | 385 | $color = trim( $color ); |