You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in vendor/chillerlan/php-qrcode/src/QRCode.php on line 218
#224
As title discribes, getting the following error on my php 8.1 setup:
Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in vendor/chillerlan/php-qrcode/src/QRCode.php on line 218
Steps to reproduce the behavior
Run on php 8.1, render
Seems to only occur (breakingly) when have error reporting on:
Describe the bug or unexpected behaviour
As title discribes, getting the following error on my php 8.1 setup:
Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in vendor/chillerlan/php-qrcode/src/QRCode.php on line 218
Steps to reproduce the behavior
Run on php 8.1, render
Seems to only occur (breakingly) when have error reporting on:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: