From 2d2b64c6316f6effe2615d2648dd9851e7bc20e3 Mon Sep 17 00:00:00 2001 From: kartikmaniyar Date: Fri, 29 Jan 2021 14:38:16 +0530 Subject: [PATCH] Fixed Incompatible argument type: Required type: string error while compilation --- Model/Lpm/Config.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Model/Lpm/Config.php b/Model/Lpm/Config.php index 848e2a6d..2d6ef0c1 100644 --- a/Model/Lpm/Config.php +++ b/Model/Lpm/Config.php @@ -82,14 +82,8 @@ class Config extends \Magento\Payment\Gateway\Config\Config private $assetRepo; /** - * Config constructor. - * @param BraintreeAdapter $adapter - * @param BraintreeConfig $braintreeConfig * @param StoreConfigResolver $storeConfigResolver - * @param Repository $assetRepo - * @param ScopeConfigInterface $scopeConfig - * @param null $methodCode - * @param $pathPattern + * {@inheritDoc} */ public function __construct( BraintreeAdapter $adapter,