Passed
Push — development ( 764dda...216a7c )
by
unknown
03:07
created
woocommerce/global/quantity-input.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 		<input
34 34
 			type="number"
35 35
 			id="<?php echo esc_attr( $input_id ); ?>"
36
-			class="input-text qty text <?php echo esc_attr( join( ' ', (array) $classes ) ); ?>"
36
+			class="input-text qty text <?php echo esc_attr( join( ' ', ( array ) $classes ) ); ?>"
37 37
 			step="<?php echo esc_attr( $step ); ?>"
38 38
 			min="<?php echo esc_attr( $min_value ); ?>"
39 39
 			max="<?php echo esc_attr( 0 < $max_value ? $max_value : '' ); ?>"
Please login to merge, or discard this patch.
woocommerce/myaccount/form-login.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,9 +95,12 @@
 block discarded – undo
95 95
 					<input type="password" class="woocommerce-Input woocommerce-Input--text input-text form-control" name="password" id="reg_password" autocomplete="new-password"/>
96 96
 				</p>
97 97
 
98
-			<?php else : ?>
98
+			<?php else {
99
+	: ?>
99 100
 
100
-				<p><?php esc_html_e( 'A password will be sent to your email address.', 'spurs' ); ?></p>
101
+				<p><?php esc_html_e( 'A password will be sent to your email address.', 'spurs' );
102
+}
103
+?></p>
101 104
 
102 105
 			<?php endif; ?>
103 106
 
Please login to merge, or discard this patch.