Open abusohib opened 1 year ago
[11-May-2023 09:46:40 Indian/Kerguelen] PHP Deprecated: Implicit conversion from float 0.5 to int loses precision in barcodes/qrcode.php on line 891
https://github.com/tecnickcom/TCPDF/blob/main/include/barcodes/qrcode.php#L891
$row =(int) $row; Adding this line should convert the float value to integer just before $ret = $this->rsblocks[$row]['data'][$col]; on line 890
Can you close this one please?
[11-May-2023 09:46:40 Indian/Kerguelen] PHP Deprecated: Implicit conversion from float 0.5 to int loses precision in barcodes/qrcode.php on line 891
https://github.com/tecnickcom/TCPDF/blob/main/include/barcodes/qrcode.php#L891