Skip to content

Commit c409620

Browse files
sol-loupjczhuoMeta
andauthored
Fixing linter complaints (#686)
Co-authored-by: jczhuoMeta <[email protected]>
1 parent 909bb9b commit c409620

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

app/code/Meta/BusinessExtension/Controller/Adminhtml/Ajax/MbeUpdateInstalledConfig.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ class MbeUpdateInstalledConfig extends AbstractAjax implements HttpPostActionInt
6161
* @param JsonFactory $resultJsonFactory
6262
* @param FBEHelper $fbeHelper
6363
* @param MBEInstalls $mbeInstalls
64-
* @param EventManager $eventManager
6564
* @param LoggerInterface $logger
65+
* @param RequestInterface $request
66+
* @param EventManager $eventManager
67+
*
6668
*/
6769
public function __construct(
6870
Context $context,

app/code/Meta/BusinessExtension/Model/System/Config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,6 @@ public function isFBEShopInstalled($storeId = null)
10891089
return $this->isFeatureInstalled('fb_shop', $storeId);
10901090
}
10911091

1092-
10931092
/**
10941093
* Save the External Business ID
10951094
*

app/code/Meta/Sales/Helper/CommerceHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ public function getOrderDetails(int $storeId, string $metaOrderId)
444444

445445
/**
446446
* Return whether or not exception message is representative of product error we should cancel order for
447+
*
447448
* Logic here is copied from AddProductsToCart/AddProductsToCartError in Magento codebase
448449
*
449450
* @param string $message

0 commit comments

Comments
 (0)