weez-zpl icon indicating copy to clipboard operation
weez-zpl copied to clipboard

ZEBRA_ZERO not a string

Open MacGritsch opened this issue 1 year ago • 0 comments

Why is ZEBRA_ZERO defined as 0 (int) and not '0' (string)?

Afterwards you expect the letter-parameter as string:

/** *

  • @param string $letter */ public function __construct($letter) { $this->letter = $letter; }

MacGritsch avatar Mar 31 '23 19:03 MacGritsch