Commit 5ee90ffa authored by Freek Vandeursen's avatar Freek Vandeursen

Set correct param type

code compilation fails in Magento 2.2 because of mismatching type
with the parent class
parent 164807c9
......@@ -48,7 +48,7 @@ class Adapter extends Method\Adapter
* @param PaymentDataObjectFactory $paymentDataObjectFactory
* @param string $code
* @param string $formBlockType
* @param CommandPoolInterface $infoBlockType
* @param string $infoBlockType
* @param CommandPoolInterface|null $commandPool
* @param ValidatorPoolInterface|null $validatorPool
* @param CommandManagerInterface|null $commandExecutor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment