Skip to content

Commit 2bc62c6

Browse files
PHP CS Fixes
1 parent b2e93eb commit 2bc62c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_samples/pim/Symbol/Format/Checksum/LuhnChecksum.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ private function getDigits(string $value): array
4343

4444
return array_map('intval', array_values($chars));
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)