Test Failed
Push — master ( afe3c2...925f92 )
by smiley
02:41
created
src/Output/QRMarkup.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 	/**
36 36
 	 * @return string
37 37
 	 */
38
-	public function dump() {
38
+	public function dump(){
39 39
 		switch($this->options->type){
40 40
 			case QRCode::OUTPUT_MARKUP_SVG : return $this->toSVG();
41 41
 			case QRCode::OUTPUT_MARKUP_HTML:
Please login to merge, or discard this patch.