mirror of
https://github.com/tecnickcom/TCPDF.git
synced 2025-03-23 15:39:38 +01:00
Merge pull request #66 from siturra/patch-1
refactoring write2DBarcode() in tcpdf
This commit is contained in:
commit
5ecc348571
@ -15511,7 +15511,7 @@ class TCPDF {
|
||||
* @since 4.5.037 (2009-04-07)
|
||||
* @public
|
||||
*/
|
||||
public function write2DBarcode($code, $type, $x='', $y='', $w='', $h='', $style='', $align='', $distort=false) {
|
||||
public function write2DBarcode($code, $type, $x='', $y='', $w='', $h='', $style=array(), $align='', $distort=false) {
|
||||
if (TCPDF_STATIC::empty_string(trim($code))) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user