Passed
Branch master (4f99e3)
by Aimeos
04:48
created
client/html/templates/catalog/lists/items-body-list.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 				$params = array( 'd_name' => $productItem->getName( 'url' ), 'd_prodid' => $id );
36 36
 				if( $position !== null ) { $params['d_pos'] = $position++; }
37 37
 
38
-				$url = $this->url( ($productItem->getTarget() ?: $detailTarget ), $detailController, $detailAction, $params, [], $detailConfig );
38
+				$url = $this->url( ( $productItem->getTarget() ?: $detailTarget ), $detailController, $detailAction, $params, [], $detailConfig );
39 39
 			?>
40 40
 
41 41
 			--><li class="product <?= $enc->attr( $css ); ?>"
Please login to merge, or discard this patch.
client/html/templates/checkout/standard/address-billing-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
 	<h2><?= $enc->html( $this->translate( 'client', 'Billing address' ), $enc::TRUST ); ?></h2>
70 70
 
71 71
 
72
-	<?php if( isset( $this->addressPaymentItem )  ) : ?>
72
+	<?php if( isset( $this->addressPaymentItem ) ) : ?>
73 73
 		<div class="item-address">
74 74
 			<div class="header">
75 75
 
Please login to merge, or discard this patch.
client/html/templates/checkout/standard/process-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@
 block discarded – undo
204 204
 				{
205 205
 					if( is_array( $item->getDefault() ) )
206 206
 					{
207
-						foreach( (array) $item->getDefault() as $key2 => $value ){
207
+						foreach( (array) $item->getDefault() as $key2 => $value ) {
208 208
 							$urlParams[] = $namefcn( $this, array( $item->getInternalCode(), $key2 ) ) . '=' . urlencode( $value );
209 209
 						}
210 210
 					}
Please login to merge, or discard this patch.
client/html/templates/email/common/text-summary-detail-partial-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 <?php	endforeach; ?>
84 84
 <?php	foreach( $product->getAttributeItems( 'hidden' ) as $attribute ) : ?>
85 85
 <?php		if( $unhide && $attribute->getCode() === 'download' ) : ?>
86
-- <?php 		echo strip_tags( $attribute->getName()); ?>: <?= $this->url( $dlTarget, $dlController, $dlAction, array( 'dl_id' => $attribute->getId() ), [], $dlConfig ); ?>
86
+- <?php 		echo strip_tags( $attribute->getName() ); ?>: <?= $this->url( $dlTarget, $dlController, $dlAction, array( 'dl_id' => $attribute->getId() ), [], $dlConfig ); ?>
87 87
 
88 88
 <?php		endif; ?>
89 89
 <?php	endforeach; ?>
Please login to merge, or discard this patch.
client/html/templates/email/delivery/text-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,6 +20,6 @@
 block discarded – undo
20 20
 <?= wordwrap( strip_tags( $this->translate( 'client', 'If you have any questions, please reply to this e-mail' ) ) ); ?>
21 21
 
22 22
 
23
-<?= wordwrap( strip_tags( $this->translate( 'client',  'All orders are subject to our terms and conditions.' ) ) ); ?>
23
+<?= wordwrap( strip_tags( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ) ) ); ?>
24 24
 <?php $this->block()->stop(); ?>
25 25
 <?= $this->block()->get( 'email/delivery/text' ); ?>
Please login to merge, or discard this patch.
client/html/templates/email/delivery/html-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 			</p>
62 62
 
63 63
 			<p class="email-common-legal content-block">
64
-				<?= nl2br( $enc->html( $this->translate( 'client',  'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?>
64
+				<?= nl2br( $enc->html( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?>
65 65
 			</p>
66 66
 
67 67
 		</div>
Please login to merge, or discard this patch.
client/html/templates/email/payment/text-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,6 +20,6 @@
 block discarded – undo
20 20
 <?= wordwrap( strip_tags( $this->translate( 'client', 'If you have any questions, please reply to this e-mail' ) ) ); ?>
21 21
 
22 22
 
23
-<?= wordwrap( strip_tags( $this->translate( 'client',  'All orders are subject to our terms and conditions.' ) ) ); ?>
23
+<?= wordwrap( strip_tags( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ) ) ); ?>
24 24
 <?php $this->block()->stop(); ?>
25 25
 <?= $this->block()->get( 'email/payment/text' ); ?>
Please login to merge, or discard this patch.
client/html/templates/email/payment/html-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 			</p>
62 62
 
63 63
 			<p class="email-common-legal content-block">
64
-				<?= nl2br( $enc->html( $this->translate( 'client',  'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?>
64
+				<?= nl2br( $enc->html( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?>
65 65
 			</p>
66 66
 
67 67
 		</div>
Please login to merge, or discard this patch.
client/html/tests/Client/Html/Common/Decorator/ExampleTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 			->getMock();
36 36
 
37 37
 		$this->object = new \Aimeos\Client\Html\Common\Decorator\Example( $this->client, $context, [] );
38
-		$this->object->setView( \TestHelperHtml::getView());
38
+		$this->object->setView( \TestHelperHtml::getView() );
39 39
 	}
40 40
 
41 41
 
Please login to merge, or discard this patch.