smiley 3 лет назад
Родитель
Сommit
7fd54b78d8
1 измененных файлов с 1 добавлено и 1 удалено
  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');
 		}