diff --git a/src/Decoder.php b/src/Decoder.php index 74c0f5d78..fd39af777 100644 --- a/src/Decoder.php +++ b/src/Decoder.php @@ -244,7 +244,7 @@ protected function _decodeObject() protected function _decodeArray() { $result = array(); - $starttok = $tok = $this->_getNextToken(); // Move past the '[' + $tok = $this->_getNextToken(); // Move past the '[' $index = 0; while ($tok && $tok != self::RBRACKET) {