Skip to content

Commit 8eef6e1

Browse files
authored
Merge branch 'master' into 3.x
2 parents 005daff + bf1f72d commit 8eef6e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LuhnAlgorithm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ public function calcChecksum(int $input): int {
9090

9191
return $checkSum;
9292
}
93-
}
93+
}

tests/LuhnAlgorithmTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ public function provideCalcCheckDigit_success() {
8181
[410321920, 2],
8282
];
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)