Passed
Push — master ( 983cfc...c7c9f8 )
by Aimeos
03:43
created
client/html/templates/email/payment/pdf-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 $this->pdf->setFont( 'dejavusans', '', 10 );
25 25
 
26 26
 $vmargin = [
27
-	'h1' => [ // HTML tag
27
+	'h1' => [// HTML tag
28 28
 		0 => ['h' => 1.5, 'n' => 0], // space before = h * n
29 29
 		1 => ['h' => 1.5, 'n' => 3] // space after = h * n
30 30
 	],
Please login to merge, or discard this patch.
client/html/src/Client/Html/Account/Review/Todo/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
 			->col( 'order.base.product.id', 'order.base.product.productid' );
240 240
 
241 241
 		$exclude = \Aimeos\Controller\Frontend::create( $context, 'review' )
242
-			->for( 'product', $prodMap->keys()->toArray()  )
242
+			->for( 'product', $prodMap->keys()->toArray() )
243 243
 			->slice( 0, $prodMap->count() )
244 244
 			->list()->getRefId();
245 245
 
Please login to merge, or discard this patch.