Passed
Push — master ( bf9fe3...872a2f )
by Aimeos
02:51
created
client/html/templates/checkout/confirm/order-body-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,11 @@
 block discarded – undo
55 55
 						$this->config( 'client/html/checkout/confirm/summary/address', 'common/summary/address-standard' ),
56 56
 						['addresses' => $addresses, 'type' => 'delivery']
57 57
 					); ?>
58
-				<?php else : ?>
59
-					<?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST ); ?>
58
+				<?php else {
59
+	: ?>
60
+					<?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST );
61
+}
62
+?>
60 63
 				<?php endif; ?>
61 64
 			</div>
62 65
 		</div>
Please login to merge, or discard this patch.