php-qrcode icon indicating copy to clipboard operation
php-qrcode copied to clipboard

PHP 8.4 deprecation of implicit nullable

Open campbell-m opened this issue 7 months ago • 6 comments

Running QRCode against PHP 8.4.0alpha1 gives a number of E_DEPRECATED error messages, eg

E_DEPRECATED in C:\inetpub\wwwroot\abcd\lib\chillerlan\QRCode\QRCode.php at line 80
chillerlan\QRCode\QRCode::render(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead

campbell-m avatar Jul 15 '24 16:07 campbell-m