We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c8974 commit eaf3b04Copy full SHA for eaf3b04
app/code/Magento/Vault/Model/PaymentTokenFactory.php
@@ -26,7 +26,7 @@ class PaymentTokenFactory implements PaymentTokenFactoryInterface
26
* @param ObjectManagerInterface $objectManager
27
* @param array $tokenTypes
28
*/
29
- public function __construct(ObjectManagerInterface $objectManager, $tokenTypes = [])
+ public function __construct(ObjectManagerInterface $objectManager, array $tokenTypes = [])
30
{
31
$this->objectManager = $objectManager;
32
$this->tokenTypes = $tokenTypes;
0 commit comments