This commit is contained in:
wangjinlei
2022-06-24 10:34:21 +08:00
parent 8930873c92
commit f218969af8
605 changed files with 1891 additions and 146381 deletions

View File

@@ -53,7 +53,7 @@ class TCPDFBarcode {
* Array representation of barcode.
* @protected
*/
protected $barcode_array;
protected $barcode_array = array();
/**
* This is the class constructor.
@@ -373,7 +373,7 @@ class TCPDFBarcode {
break;
}
default: {
$this->barcode_array = false;
$this->barcode_array = array();
$arrcode = false;
break;
}