We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6b060 commit 13a5601Copy full SHA for 13a5601
lib/Providers/Qr/EndroidQrCodeProvider.php
@@ -79,7 +79,7 @@ private function handleColor(string $color): Color|array
79
80
private function handleErrorCorrectionLevel(string $level): ErrorCorrectionLevelInterface|ErrorCorrectionLevel
81
{
82
- // First check for version 5 (using consts)
+ // First check for version 5 (using enums)
83
if ($this->endroid5) {
84
return match ($level) {
85
'L' => ErrorCorrectionLevel::Low,
0 commit comments