smiley 3 lat temu
rodzic
commit
7fd54b78d8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Output/QRFpdf.php

+ 1 - 1
src/Output/QRFpdf.php

@@ -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');
 		}