Skip to content

Commit

Permalink
Merge pull request #18 from frankirox/patch-1
Browse files Browse the repository at this point in the history
Repeated constant values
  • Loading branch information
stephangroen committed Oct 17, 2016
2 parents e48d10e + c29d300 commit 5328d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BarcodeGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ abstract class BarcodeGenerator
const TYPE_CODE_39_CHECKSUM = 'C39+';
const TYPE_CODE_39E = 'C39E';
const TYPE_CODE_39E_CHECKSUM = 'C39E+';
const TYPE_CODE_93 = 'C39';
const TYPE_CODE_93 = 'C93';
const TYPE_STANDARD_2_5 = 'S25';
const TYPE_STANDARD_2_5_CHECKSUM = 'S25+';
const TYPE_INTERLEAVED_2_5 = 'I25';
Expand Down

0 comments on commit 5328d82

Please sign in to comment.