Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 8, 2024
1 parent a1505fb commit f69f5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cards/Card.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function brand()
}

/**
* @param $cvc
* @param $cvc
* @return bool
*/
public function isValidCvc($cvc)
Expand Down
2 changes: 1 addition & 1 deletion src/ExpirationDateValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function isValid()
}

/**
* @param $year
* @param $year
* @return $this
*/
protected function setYear($year)
Expand Down

0 comments on commit f69f5ee

Please sign in to comment.