Skip to content

Commit 9feeaad

Browse files
committed
Apply fixes from StyleCI
1 parent 567a0a3 commit 9feeaad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Unit/Cards/EloTest.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function validNumbers(): Collection
1818
'6363685305150464',
1919
'6363682833437620',
2020
'4514165077816223',
21-
'4389354567568609'
21+
'4389354567568609',
2222
]);
2323
}
2424

@@ -30,7 +30,7 @@ public function numbersWithInvalidLength(): Collection
3030
return collect([
3131
'6011111',
3232
'601111111111111',
33-
'60110009901394241'
33+
'60110009901394241',
3434
]);
3535
}
3636

@@ -41,7 +41,7 @@ public function numbersWithInvalidCheckSum(): Collection
4141
{
4242
return collect([
4343
'6011111111111118',
44-
'6011000990139423'
44+
'6011000990139423',
4545
]);
4646
}
4747
}

0 commit comments

Comments
 (0)