tecnickcom / TCPDF

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

Fix of Deprecation warning with php 8.1 #614 #615

Closed johnson361 closed 1 year ago

johnson361 commented 1 year ago

Fix of Deprecation warning with php 8.1 #614

Array key was expecting integer but float was being passed. Typecasting to int should fix this issue

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

johnson361 commented 1 year ago

Can anyone please review my commit. Thank you!

williamdes commented 1 year ago

Can anyone please review my commit. Thank you!

Hey, it's been 3 days. Please be patient, we work as volunteers. And the repository author does reviews when it's possible. Nobody knows so we all just wait and make sure our code is polished

williamdes commented 1 year ago

Can you please edit your PR description to include Fixes: #614 ?