Skip to content

Commit 1936f8b

Browse files
committed
Code review.
1 parent 8eef6e1 commit 1936f8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ php:
44
- '7.1'
55
- '7.2'
66
before_script: composer install
7-
script: vendor/bin/phpunit
7+
script: vendor/bin/phpunit

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)