This commit is contained in:
smiley
2025-08-21 11:09:08 +02:00
parent 2f404ba8ee
commit 03a701e9eb
+1
View File
@@ -83,6 +83,7 @@ class QRCode{
public function render(string|null $data = null, string|null $file = null):mixed{
if($data !== null){
/** @var \chillerlan\QRCode\Data\QRDataModeInterface $dataInterface */
foreach(Mode::INTERFACES as $dataInterface){
if($dataInterface::validateString($data)){