Skip to content

Commit 13a5601

Browse files
committed
Fixed typo
1 parent 4b6b060 commit 13a5601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Providers/Qr/EndroidQrCodeProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private function handleColor(string $color): Color|array
7979

8080
private function handleErrorCorrectionLevel(string $level): ErrorCorrectionLevelInterface|ErrorCorrectionLevel
8181
{
82-
// First check for version 5 (using consts)
82+
// First check for version 5 (using enums)
8383
if ($this->endroid5) {
8484
return match ($level) {
8585
'L' => ErrorCorrectionLevel::Low,

0 commit comments

Comments
 (0)