Fixed typo

This commit is contained in:
Matthijs van Schooten
2023-11-10 13:43:28 +01:00
parent 4b6b0601b7
commit 13a56018f4
+1 -1
View File
@@ -79,7 +79,7 @@ class EndroidQrCodeProvider implements IQRCodeProvider
private function handleErrorCorrectionLevel(string $level): ErrorCorrectionLevelInterface|ErrorCorrectionLevel
{
// First check for version 5 (using consts)
// First check for version 5 (using enums)
if ($this->endroid5) {
return match ($level) {
'L' => ErrorCorrectionLevel::Low,