Skip to content

Commit 8b4fbd1

Browse files
committed
Code formatting
1 parent a872a32 commit 8b4fbd1

File tree

1 file changed

+1
-3
lines changed
  • app/code/Meta/BusinessExtension/view/adminhtml/templates

1 file changed

+1
-3
lines changed

app/code/Meta/BusinessExtension/view/adminhtml/templates/setup.phtml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<select id="store">
88
<option value=""><?= $escaper->escapeHtml(__('Select store')) ?></option>
99
<?php foreach ($block->getStores() as $key => $store): ?>
10-
<?php if ($key == 'admin'): ?>
11-
<?php continue; // phpcs:ignore ?>
12-
<?php endif; ?>
10+
<?php if ($key == 'admin'): continue; endif; ?>
1311
<option
1412
value="<?= $escaper->escapeHtmlAttr($store['store_id']) ?>"
1513
data-installed="<?= $escaper->escapeHtmlAttr($block->isFBEInstalled($store['store_id'])) ?>"

0 commit comments

Comments
 (0)