Completed
Push — master ( 9b2d02...329780 )
by Stephanie
02:11
created
classes/helpers/FrmStylesHelper.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 );
Please login to merge, or discard this patch.