Completed
Branch develop (1becb4)
by Aristeides
05:50 queued 02:46
created
includes/lib/class-kirki-color.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
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 );
Please login to merge, or discard this patch.