Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#7062-remove-unused-varia…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 31, 2014
3 parents db7d513 + 91d8861 + 7d962f7 commit 38fbb78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Decoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ protected function _decodeObject()

$this->_getNextToken();
$members[$key] = $this->_decodeValue();
$tok = $this->token;

if ($tok == self::RBRACE) {
break;
Expand Down

0 comments on commit 38fbb78

Please sign in to comment.