Completed
Push — master ( 0929aa...465351 )
by smiley
01:57
created
src/Output/QRMarkup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
 
109 109
 					if($count > 0){
110 110
 						$len = $count * $scale;
111
-						$path .= 'M' .$start. ' ' .($y * $scale). ' h'.$len.' v'.$scale.' h-'.$len.'Z ';
111
+						$path .= 'M'.$start.' '.($y * $scale).' h'.$len.' v'.$scale.' h-'.$len.'Z ';
112 112
 
113 113
 						// reset count
114 114
 						$count = 0;
Please login to merge, or discard this patch.