Fix tests after setting PHP 8.2 as default

This commit is contained in:
Bubka
2024-04-29 16:19:16 +02:00
parent a1ca1ec9bf
commit 96978accb3
9 changed files with 52 additions and 53 deletions

View File

@@ -29,7 +29,7 @@ class QrCodeService
Log::info('data encoded to QR code');
return $qrcode->render($data);
return $qrcode->render('stringToEncode');
}
/**