Passed
Push — master ( b03d84...6d6438 )
by Aimeos
03:36
created
templates/client/html/catalog/detail/body.php 1 patch
Indentation   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -284,16 +284,16 @@  discard block
 block discarded – undo
284 284
 
285 285
 						<?= $this->partial(
286 286
 							/** client/html/catalog/partials/actions
287
-							* Relative path to the catalog actions partial template file
288
-							*
289
-							* Partials are templates which are reused in other templates and generate
290
-							* reoccuring blocks filled with data from the assigned values. The actions
291
-							* partial creates an HTML block for the product actions (pin, like and watch
292
-							* products).
293
-							*
294
-							* @param string Relative path to the template file
295
-							* @since 2017.04
296
-							*/
287
+							 * Relative path to the catalog actions partial template file
288
+							 *
289
+							 * Partials are templates which are reused in other templates and generate
290
+							 * reoccuring blocks filled with data from the assigned values. The actions
291
+							 * partial creates an HTML block for the product actions (pin, like and watch
292
+							 * products).
293
+							 *
294
+							 * @param string Relative path to the template file
295
+							 * @since 2017.04
296
+							 */
297 297
 							$this->config( 'client/html/catalog/partials/actions', 'catalog/actions' ),
298 298
 							['productItem' => $this->detailProductItem]
299 299
 						) ?>
@@ -301,16 +301,16 @@  discard block
 block discarded – undo
301 301
 
302 302
 						<?= $this->partial(
303 303
 							/** client/html/catalog/partials/social
304
-							* Relative path to the social partial template file
305
-							*
306
-							* Partials are templates which are reused in other templates and generate
307
-							* reoccuring blocks filled with data from the assigned values. The social
308
-							* partial creates an HTML block for links to social platforms in the
309
-							* catalog components.
310
-							*
311
-							* @param string Relative path to the template file
312
-							* @since 2017.04
313
-							*/
304
+							 * Relative path to the social partial template file
305
+							 *
306
+							 * Partials are templates which are reused in other templates and generate
307
+							 * reoccuring blocks filled with data from the assigned values. The social
308
+							 * partial creates an HTML block for links to social platforms in the
309
+							 * catalog components.
310
+							 *
311
+							 * @param string Relative path to the template file
312
+							 * @since 2017.04
313
+							 */
314 314
 							$this->config( 'client/html/catalog/partials/social', 'catalog/social' ),
315 315
 							['productItem' => $this->detailProductItem]
316 316
 						) ?>
Please login to merge, or discard this patch.