Completed
Push — master ( cd3826...eb0f06 )
by smiley
03:16
created
src/Output/QRMarkup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
 					elseif($from >= 0){
96 96
 						$svg .= '<rect x="'.($from * $this->options->scale).'" y="'.($y * $this->options->scale)
97 97
 						        .'" width="'.($this->options->scale * $count).'" height="'.$this->options->scale.'" fill="'.$value.'"'
98
-						        .(trim($this->options->cssClass) !== '' ? ' class="'.$this->options->cssClass.'"' :'').' />'
98
+						        .(trim($this->options->cssClass) !== '' ? ' class="'.$this->options->cssClass.'"' : '').' />'
99 99
 						        .$this->options->eol;
100 100
 
101 101
 						// reset count
Please login to merge, or discard this patch.