Passed
Push — master ( 96600c...91b7bb )
by Aimeos
02:41
created
templates/client/html/account/subscription/body.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -175,18 +175,18 @@  discard block
 block discarded – undo
175 175
 										<?php if( !empty( $item->getBaseItem()->getAddress( 'payment' ) ) ) : ?>
176 176
 											<?= $this->partial(
177 177
 												/** client/html/account/subscription/summary/address
178
-												* Location of the address partial template for the account subscription component
179
-												*
180
-												* To configure an alternative template for the address partial, you
181
-												* have to configure its path relative to the template directory
182
-												* (usually client/html/templates/). It's then used to display the
183
-												* payment or delivery address block in the account subscription component.
184
-												*
185
-												* @param string Relative path to the address partial
186
-												* @since 2018.04
187
-												* @see client/html/account/subscription/summary/detail
188
-												* @see client/html/account/subscription/summary/service
189
-												*/
178
+												 * Location of the address partial template for the account subscription component
179
+												 *
180
+												 * To configure an alternative template for the address partial, you
181
+												 * have to configure its path relative to the template directory
182
+												 * (usually client/html/templates/). It's then used to display the
183
+												 * payment or delivery address block in the account subscription component.
184
+												 *
185
+												 * @param string Relative path to the address partial
186
+												 * @since 2018.04
187
+												 * @see client/html/account/subscription/summary/detail
188
+												 * @see client/html/account/subscription/summary/service
189
+												 */
190 190
 												$this->config( 'client/html/account/subscription/summary/address', 'common/summary/address' ),
191 191
 												['addresses' => $item->getBaseItem()->getAddress( 'payment' )]
192 192
 											) ?>
@@ -221,18 +221,18 @@  discard block
 block discarded – undo
221 221
 								<div class="basket">
222 222
 									<?= $this->partial(
223 223
 										/** client/html/account/subscription/summary/detail
224
-										* Location of the detail partial template for the account subscription component
225
-										*
226
-										* To configure an alternative template for the detail partial, you
227
-										* have to configure its path relative to the template directory
228
-										* (usually client/html/templates/). It's then used to display the
229
-										* product detail block in the account subscription component.
230
-										*
231
-										* @param string Relative path to the detail partial
232
-										* @since 2018.04
233
-										* @see client/html/account/subscription/summary/address
234
-										* @see client/html/account/subscription/summary/service
235
-										*/
224
+										 * Location of the detail partial template for the account subscription component
225
+										 *
226
+										 * To configure an alternative template for the detail partial, you
227
+										 * have to configure its path relative to the template directory
228
+										 * (usually client/html/templates/). It's then used to display the
229
+										 * product detail block in the account subscription component.
230
+										 *
231
+										 * @param string Relative path to the detail partial
232
+										 * @since 2018.04
233
+										 * @see client/html/account/subscription/summary/address
234
+										 * @see client/html/account/subscription/summary/service
235
+										 */
236 236
 										$this->config( 'client/html/account/subscription/summary/detail', 'common/summary/detail' ),
237 237
 										['summaryBasket' => $item->getBaseItem()]
238 238
 									) ?>
Please login to merge, or discard this patch.