Passed
Push — main ( 39352f...6b2a52 )
by smiley
02:13
created
src/Decoder/Decoder.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,8 @@
 block discarded – undo
163 163
 		$str = AlphaNum::decodeSegment($this->bitBuffer, $versionNumber);
164 164
 
165 165
 		// See section 6.4.8.1, 6.4.8.2
166
-		if($fc1InEffect){ // ???
166
+		if($fc1InEffect){
167
+// ???
167 168
 			// We need to massage the result a bit if in an FNC1 mode:
168 169
 			$str = str_replace(chr(0x1d), '%', $str);
169 170
 			$str = str_replace('%%', '%', $str);
Please login to merge, or discard this patch.