fix endroid handleColor

This commit is contained in:
Nicolas CARPi
2022-12-09 19:37:49 +01:00
parent 041d0e38e2
commit db6256b5e8
+1 -1
View File
@@ -61,7 +61,7 @@ class EndroidQrCodeProvider implements IQRCodeProvider
return $qrCode;
}
private function handleColor(string $color): string
private function handleColor(string $color): Color
{
$split = str_split($color, 2);
$r = hexdec($split[0]);