Passed
Push — master ( b9a1ae...c819b8 )
by Aimeos
04:45
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/templates/common/partials/products-standard.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -261,20 +261,20 @@
 block discarded – undo
261 261
 
262 262
 								<?= $this->partial(
263 263
 									/** client/html/common/partials/price
264
-									* Relative path to the price partial template file
265
-									*
266
-									* Partials are templates which are reused in other templates and generate
267
-									* reoccuring blocks filled with data from the assigned values. The price
268
-									* partial creates an HTML block for a list of price items.
269
-									*
270
-									* The partial template files are usually stored in the templates/partials/ folder
271
-									* of the core or the extensions. The configured path to the partial file must
272
-									* be relative to the templates/ folder, e.g. "partials/price-standard.php".
273
-									*
274
-									* @param string Relative path to the template file
275
-									* @since 2015.04
276
-									* @category Developer
277
-									*/
264
+									 * Relative path to the price partial template file
265
+									 *
266
+									 * Partials are templates which are reused in other templates and generate
267
+									 * reoccuring blocks filled with data from the assigned values. The price
268
+									 * partial creates an HTML block for a list of price items.
269
+									 *
270
+									 * The partial template files are usually stored in the templates/partials/ folder
271
+									 * of the core or the extensions. The configured path to the partial file must
272
+									 * be relative to the templates/ folder, e.g. "partials/price-standard.php".
273
+									 *
274
+									 * @param string Relative path to the template file
275
+									 * @since 2015.04
276
+									 * @category Developer
277
+									 */
278 278
 									$this->config( 'client/html/common/partials/price', 'common/partials/price-standard' ),
279 279
 									['prices' => $productItem->getRefItems( 'price', null, 'default' )]
280 280
 								) ?>
Please login to merge, or discard this patch.