Skip to content

Commit

Permalink
Merge pull request #145 from genecommerce/bugfix/lpm-incompatible-arg…
Browse files Browse the repository at this point in the history
…ument-type

Fixed Incompatible argument type: Required type: string error while compilation
  • Loading branch information
kartikmaniyar authored Jan 29, 2021
2 parents 35da85a + 2d2b64c commit 6b3502a
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 6b3502a

Please sign in to comment.