tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.22k stars 1.52k forks source link

Warning A non-numeric value encountered Line Number: 15691 write2DBarcode SOLUTION #436

Open Nounours13 opened 3 years ago

Nounours13 commented 3 years ago

Hi, I've an warning with the new version of TCPDF on PHP 7.4 I've compared the old version and the new version, and i've see that --> if (!$this->bMargin){$this->bMargin = 0;}" <-- on line 15595 on the old version was not include in the new version on line 15691. I've added this line and there is no problem.

I think can solve problem for the comunity. Thanks for your job. Regards.