Passed
Branch master (dfbfc3)
by Alex
02:25
created
src/Decoder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
             // map 16/32
91 91
             case 0xde: return $this->decodeMap($this->decodeUint16());
92 92
             case 0xdf: return $this->decodeMap($this->decodeUint32());
93
-          }
93
+            }
94 94
 
95 95
         throw DecodingFailed::unknownByteHeader($byte, $this->offset);
96 96
     }
Please login to merge, or discard this patch.