Completed
Branch develop (915650)
by Aristeides
02:50
created
includes/styles/class-kirki-styles-customizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
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/' ) ) {
Please login to merge, or discard this patch.
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  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 );
Please login to merge, or discard this patch.