Passed
Push — main ( 06a3ca...9c0f6a )
by smiley
01:54
created
src/Decoder/Decoder.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,8 @@
 block discarded – undo
128 128
 				$str = AlphaNum::decodeSegment($bitBuffer, $versionNumber);
129 129
 
130 130
 				// See section 6.4.8.1, 6.4.8.2
131
-				if($fc1InEffect){ // ???
131
+				if($fc1InEffect){
132
+// ???
132 133
 					// We need to massage the result a bit if in an FNC1 mode:
133 134
 					$str = str_replace(chr(0x1d), '%', $str);
134 135
 					$str = str_replace('%%', '%', $str);
Please login to merge, or discard this patch.