Merge pull request #1 from NiklasBr/php5-3-array-fix

Restore PHP 5.3 compatibility
This commit is contained in:
Niklas 2018-02-21 16:11:03 +01:00 committed by GitHub
commit 11f0fd3811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15192,7 +15192,7 @@ class TCPDF {
* @since 3.1.000 (2008-06-09)
* @public
*/
public function write1DBarcode($code, $type, $x='', $y='', $w='', $h='', $xres='', $style=[], $align='') {
public function write1DBarcode($code, $type, $x='', $y='', $w='', $h='', $xres='', $style=array(), $align='') {
if (TCPDF_STATIC::empty_string(trim($code))) {
return;
}