Skip to content

Commit f5eaf7a

Browse files
committed
Fixed coding standard violation
1 parent cdf43f3 commit f5eaf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Vault/Model/PaymentTokenFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function create($type = null)
4343
* This code added for Backward Compatibility reasons only, as previous implementation of Code Generated factory
4444
* accepted an array as any other code generated factory
4545
*/
46-
if(is_array($type)) {
46+
if (is_array($type)) {
4747
return $this->objectManager->create(
4848
PaymentTokenInterface::class,
4949
$type

0 commit comments

Comments
 (0)