mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 12:07:32 +00:00
🚿
This commit is contained in:
@@ -97,7 +97,7 @@ class QRFpdf extends QROutputAbstract{
|
||||
|
||||
if($this->moduleValueIsValid($this->options->bgColor)){
|
||||
$bgColor = $this->getModuleValue($this->options->bgColor);
|
||||
|
||||
/** @phan-suppress-next-line PhanParamTooFewUnpack */
|
||||
$fpdf->SetFillColor(...$bgColor);
|
||||
$fpdf->Rect(0, 0, $this->length, $this->length, 'F');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user