Skip to content

Commit 64b20ae

Browse files
authored
Fixed static test failure
1 parent a557683 commit 64b20ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function delete(Data\PaymentTokenInterface $paymentToken)
142142
/**
143143
* Performs persist operations for a specified payment token.
144144
*
145-
* @param \Magento\Vault\Api\Data\PaymentTokenInterface $entity The payment token.
145+
* @param \Magento\Vault\Api\Data\PaymentTokenInterface $paymentToken The payment token.
146146
* @return \Magento\Vault\Api\Data\PaymentTokenInterface Saved payment token data.
147147
*/
148148
public function save(Data\PaymentTokenInterface $paymentToken)

0 commit comments

Comments
 (0)