We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a872a32 commit 8b4fbd1Copy full SHA for 8b4fbd1
app/code/Meta/BusinessExtension/view/adminhtml/templates/setup.phtml
@@ -7,9 +7,7 @@
7
<select id="store">
8
<option value=""><?= $escaper->escapeHtml(__('Select store')) ?></option>
9
<?php foreach ($block->getStores() as $key => $store): ?>
10
- <?php if ($key == 'admin'): ?>
11
- <?php continue; // phpcs:ignore ?>
12
- <?php endif; ?>
+ <?php if ($key == 'admin'): continue; endif; ?>
13
<option
14
value="<?= $escaper->escapeHtmlAttr($store['store_id']) ?>"
15
data-installed="<?= $escaper->escapeHtmlAttr($block->isFBEInstalled($store['store_id'])) ?>"
0 commit comments