weez-zpl
weez-zpl copied to clipboard
ZEBRA_ZERO not a string
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; }