We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d674277 commit d413153Copy full SHA for d413153
1 file changed
barcode.php
@@ -92,16 +92,16 @@ function hexToRgb($hex) {
92
/////////////////// PRINT HELP
93
94
function getVersionString($suffix='') {
95
- return "PHP-CLI Barcode v"._BC_VERSION.$suffix;
+ return "PHP-CLI Barcode v"._BC_VERSION.$suffix;
96
}
97
98
function printVersion($suffix='') {
99
- echo getVersionString($suffix)."\n";
+ echo getVersionString($suffix)."\n";
100
101
102
// prints help information
103
function print_help($getopt) {
104
- printVersion();
+ printVersion();
105
global $encodings_list;
106
global $formats_list;
107
0 commit comments