Skip to content

Commit b50698b

Browse files
committed
Fix spacing
1 parent 19704b2 commit b50698b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CreditCard/CreditCard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function __construct(array $options = [])
125125
private function setProperties(
126126
string $month,
127127
string $year,
128-
string | Token | null $token = null,
128+
string|Token|null $token = null,
129129
array $options = []
130130
) {
131131
foreach ($options as $prop => $value) {

0 commit comments

Comments
 (0)