Test Failed
Push — master ( 1c3827...8aff3a )
by smiley
03:00
created
src/Output/QRMarkup.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -79,9 +79,9 @@
 block discarded – undo
79 79
 		$matrix = $this->matrix->matrix();
80 80
 
81 81
 		$svg = '<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="'.$length.'px" height="'.$length.'px">'
82
-		       .$this->options->eol
83
-		       .'<defs>'.$this->options->svgDefs.'</defs>'
84
-		       .$this->options->eol;
82
+			   .$this->options->eol
83
+			   .'<defs>'.$this->options->svgDefs.'</defs>'
84
+			   .$this->options->eol;
85 85
 
86 86
 		foreach($this->moduleValues as $M_TYPE => $value){
87 87
 			$path = '';
Please login to merge, or discard this patch.