Completed
Push — master ( 3cb15c...9044bc )
by smiley
02:37
created
src/Output/QRImage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,8 +63,8 @@
 block discarded – undo
63 63
 			foreach($row as $c => $pixel){
64 64
 				if($pixel){
65 65
 					imagefilledrectangle($image,
66
-						$this->options->marginSize +  $c      * $this->options->pixelSize,
67
-						$this->options->marginSize +  $r      * $this->options->pixelSize,
66
+						$this->options->marginSize + $c * $this->options->pixelSize,
67
+						$this->options->marginSize + $r * $this->options->pixelSize,
68 68
 						$this->options->marginSize + ($c + 1) * $this->options->pixelSize - 1,
69 69
 						$this->options->marginSize + ($r + 1) * $this->options->pixelSize - 1,
70 70
 						$foreground);
Please login to merge, or discard this patch.