Skip to content

Commit

Permalink
Repeated constant values
Browse files Browse the repository at this point in the history
  • Loading branch information
frankirox authored Oct 12, 2016
1 parent e48d10e commit c29d300
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 c29d300

Please sign in to comment.