Skip to content

Commit

Permalink
Merge pull request #2 from Larium/issue-1
Browse files Browse the repository at this point in the history
Set cvv docblock to string
  • Loading branch information
akDeveloper authored Aug 22, 2021
2 parents 03e696a + eb0aabe commit 7222d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CreditCard/CreditCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ final class CreditCard
* The verification value of card (cvv).
* 3 or 4 digits.
*
* @var integer
* @var string
*/
private $cvv;

Expand Down

0 comments on commit 7222d98

Please sign in to comment.