@@ -98,7 +98,7 @@ |
||
98 | 98 | * |
99 | 99 | * @param string The rgba color formatted like rgba(r,g,b,a) |
100 | 100 | * |
101 | - * @return int|float 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 ); |