Passed
Push — master ( 3cd0b1...e38f61 )
by Brian
04:06
created
ayecode/wp-ayecode-ui/includes/components/class-aui-component-input.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
 			if ( $args['size'] == 'lg' || $args['size'] == 'large' ) {
96 96
 				$size = 'lg';
97 97
 				$args['class'] .= ' form-control-lg';
98
-			}elseif ( $args['size'] == 'sm' || $args['size'] == 'small' ) {
98
+			} elseif ( $args['size'] == 'sm' || $args['size'] == 'small' ) {
99 99
 				$size = 'sm';
100 100
 				$args['class'] .= ' form-control-sm';
101 101
 			}
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
 						$help_text = '';
237 237
 						//$label_args['class'] .= ' d-inline ';
238 238
 						$args['wrap_class'] .= ' align-items-center ';
239
-					}else{
239
+					} else{
240 240
 
241 241
 					}
242 242
 
Please login to merge, or discard this patch.