Skip to content

Commit

Permalink
PHP CS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
julitafalcondusza authored and github-actions[bot] committed Oct 25, 2024
1 parent 47b1e3f commit 9685412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_samples/pim/Symbol/Format/Checksum/LuhnChecksum.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ private function getDigits(string $value): array

return array_map('intval', array_values($chars));
}
}
}

0 comments on commit 9685412

Please sign in to comment.