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 cdf43f3 commit f5eaf7aCopy full SHA for f5eaf7a
app/code/Magento/Vault/Model/PaymentTokenFactory.php
@@ -43,7 +43,7 @@ public function create($type = null)
43
* This code added for Backward Compatibility reasons only, as previous implementation of Code Generated factory
44
* accepted an array as any other code generated factory
45
*/
46
- if(is_array($type)) {
+ if (is_array($type)) {
47
return $this->objectManager->create(
48
PaymentTokenInterface::class,
49
$type
0 commit comments