Completed
Push — master ( 5334bf...ea007a )
by smiley
03:31
created
src/Output/QRImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.