Skip to content

Commit

Permalink
Merge branch 'hotfix/view_renderer_json' of https://github.com/saseza…
Browse files Browse the repository at this point in the history
…ki/zf2 into hotfix/jsonrenderer-tests
  • Loading branch information
weierophinney committed Mar 5, 2012
2 parents 3af8d7d + 8fe2615 commit 642c7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Zend/View/Renderer/TestAsset/JsonModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ class JsonModel implements JsonSerializable

public function jsonSerialize()
{
return $value;
return $this->value;
}
}

0 comments on commit 642c7b0

Please sign in to comment.