Passed
Push — master ( 88f800...5334bf )
by smiley
02:00
created
src/Output/QROutputAbstract.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,8 @@
 block discarded – undo
47 47
 
48 48
 		$this->moduleCount = $matrix->size();
49 49
 
50
-		if($this->moduleCount < 21){  // minimum QR modules @todo: quet zone
50
+		if($this->moduleCount < 21){
51
+// minimum QR modules @todo: quet zone
51 52
 			throw new QRCodeOutputException('Invalid matrix!');
52 53
 		}
53 54
 
Please login to merge, or discard this patch.