@@ -54,7 +54,7 @@ |
||
54 | 54 | ? $this->options->moduleValues // @codeCoverageIgnore |
55 | 55 | : $this->moduleValues; |
56 | 56 | |
57 | - if((bool)$this->options->imageTransparent && in_array($this->options->outputType, [QRCode::OUTPUT_IMAGE_PNG, QRCode::OUTPUT_IMAGE_GIF,], true)){ |
|
57 | + if((bool)$this->options->imageTransparent && in_array($this->options->outputType, [QRCode::OUTPUT_IMAGE_PNG, QRCode::OUTPUT_IMAGE_GIF, ], true)){ |
|
58 | 58 | imagecolortransparent($image, $background); |
59 | 59 | } |
60 | 60 |