Skip to content

Commit f69f5ee

Browse files
committed
Apply fixes from StyleCI
1 parent a1505fb commit f69f5ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cards/Card.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function brand()
164164
}
165165

166166
/**
167-
* @param $cvc
167+
* @param $cvc
168168
* @return bool
169169
*/
170170
public function isValidCvc($cvc)

src/ExpirationDateValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function isValid()
4949
}
5050

5151
/**
52-
* @param $year
52+
* @param $year
5353
* @return $this
5454
*/
5555
protected function setYear($year)

0 commit comments

Comments
 (0)