Skip to content

Commit

Permalink
Fixed Incompatible argument type: Required type: string error while c…
Browse files Browse the repository at this point in the history
…ompilation
  • Loading branch information
kartikmaniyar committed Jan 29, 2021
1 parent 35da85a commit 2d2b64c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Model/Lpm/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2d2b64c

Please sign in to comment.