Passed
Push — main ( 66ac34...5d5958 )
by smiley
02:43
created
src/Output/QRGdImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
 
117 117
 		// scale down to the expected size
118 118
 		if($this->options->drawCircularModules && $this->options->scale <= 20){
119
-			$this->image = imagescale($this->image, $this->length/10, $this->length/10, IMG_BILINEAR_FIXED);
119
+			$this->image = imagescale($this->image, $this->length / 10, $this->length / 10, IMG_BILINEAR_FIXED);
120 120
 		}
121 121
 
122 122
 		if($this->options->returnResource){
Please login to merge, or discard this patch.