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
2 parents 91d8861 + 7d962f7 commit bf49bb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Decoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ protected function _decodeObject()

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

if ($tok == self::RBRACE) {
break;
Expand Down
1 change: 0 additions & 1 deletion src/Encoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ private static function _encodeVariables(ReflectionClass $cls)
$properties = $cls->getProperties();
$propValues = get_class_vars($cls->getName());
$result = "variables:{";
$cnt = 0;

$tmpArray = array();
foreach ($properties as $prop) {
Expand Down

0 comments on commit bf49bb8

Please sign in to comment.