@@ -87,7 +87,7 @@ |
||
| 87 | 87 | * |
| 88 | 88 | * @param string $handle |
| 89 | 89 | * @param string $file |
| 90 | - * @param array $deps |
|
| 90 | + * @param string[] $deps |
|
| 91 | 91 | */ |
| 92 | 92 | public static function enqueue_customizer_control_script( $handle, $file = null, $deps = array(), $in_footer = false ) { |
| 93 | 93 | if ( ( false !== strpos( $file, 'controls/' ) && Kirki_Toolkit::kirki_debug() ) || false === strpos( $file, 'controls/' ) ) { |
@@ -98,7 +98,7 @@ |
||
| 98 | 98 | * |
| 99 | 99 | * @param string The rgba color formatted like rgba(r,g,b,a) |
| 100 | 100 | * |
| 101 | - * @return string The alpha value of the color. |
|
| 101 | + * @return integer The alpha value of the color. |
|
| 102 | 102 | */ |
| 103 | 103 | public static function get_alpha_from_rgba( $color ) { |
| 104 | 104 | $obj = kirki_wp_color( $color ); |