Skip to content

Commit a872a32

Browse files
committed
Code formatting
1 parent 6bfaaa7 commit a872a32

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/code/Meta/BusinessExtension/Helper/FBEHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ public function getAPIVersion()
383383
* "ad_account_id":"111","catalog_id":"111","pages":["111"],"instagram_profiles":["111"]}]}
384384
* usage: $_bm = $_assets['business_manager_ids'];
385385
*
386+
* @param int $storeId
386387
* @param string $external_business_id
387388
* @return void
388389
*/

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
<option value=""><?= $escaper->escapeHtml(__('Select store')) ?></option>
99
<?php foreach ($block->getStores() as $key => $store): ?>
1010
<?php if ($key == 'admin'): ?>
11-
<?php
12-
// phpcs:ignore
13-
continue;
14-
?>
11+
<?php continue; // phpcs:ignore ?>
1512
<?php endif; ?>
1613
<option
1714
value="<?= $escaper->escapeHtmlAttr($store['store_id']) ?>"

0 commit comments

Comments
 (0)