Skip to content

Commit e224442

Browse files
fixed code style
1 parent bdeb934 commit e224442

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/option

1 file changed

+3
-3
lines changed

app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/option/checkbox.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
</label>
1515
<div class="control">
1616
<div class="nested options-list">
17-
<?php if ($block->showSingle()) : ?>
17+
<?php if ($block->showSingle()): ?>
1818
<?= /* @noEscape */ $block->getSelectionQtyTitlePrice($_selections[0]) ?>
1919
<?= /* @noEscape */ $block->getTierPriceRenderer()->renderTierPrice($_selections[0]) ?>
2020
<input type="hidden"
2121
class="bundle-option-<?= $block->escapeHtmlAttr($_option->getId()) ?> product bundle option"
2222
name="bundle_option[<?= $block->escapeHtml($_option->getId()) ?>]"
2323
value="<?= $block->escapeHtmlAttr($_selections[0]->getSelectionId()) ?>"/>
24-
<?php else :?>
25-
<?php foreach ($_selections as $_selection) : ?>
24+
<?php else: ?>
25+
<?php foreach ($_selections as $_selection): ?>
2626
<div class="field choice">
2727
<input class="bundle-option-<?= $block->escapeHtmlAttr($_option->getId()) ?> checkbox product bundle option change-container-classname"
2828
id="bundle-option-<?= $block->escapeHtmlAttr($_option->getId()) ?>-<?= $block->escapeHtmlAttr($_selection->getSelectionId()) ?>"

0 commit comments

Comments
 (0)