@@ -90,7 +90,7 @@ |
||
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 | } |