We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

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 ...@@ -48,7 +48,7 @@ class Adapter extends Method\Adapter
* @param PaymentDataObjectFactory $paymentDataObjectFactory * @param PaymentDataObjectFactory $paymentDataObjectFactory
* @param string $code * @param string $code
* @param string $formBlockType * @param string $formBlockType
* @param CommandPoolInterface $infoBlockType * @param string $infoBlockType
* @param CommandPoolInterface|null $commandPool * @param CommandPoolInterface|null $commandPool
* @param ValidatorPoolInterface|null $validatorPool * @param ValidatorPoolInterface|null $validatorPool
* @param CommandManagerInterface|null $commandExecutor * @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