Skip to content

Commit c29d300

Browse files
authored
Repeated constant values
1 parent e48d10e commit c29d300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BarcodeGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ abstract class BarcodeGenerator
4242
const TYPE_CODE_39_CHECKSUM = 'C39+';
4343
const TYPE_CODE_39E = 'C39E';
4444
const TYPE_CODE_39E_CHECKSUM = 'C39E+';
45-
const TYPE_CODE_93 = 'C39';
45+
const TYPE_CODE_93 = 'C93';
4646
const TYPE_STANDARD_2_5 = 'S25';
4747
const TYPE_STANDARD_2_5_CHECKSUM = 'S25+';
4848
const TYPE_INTERLEAVED_2_5 = 'I25';

0 commit comments

Comments
 (0)