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

Commit

Permalink
Merge branch 'hotfix/4341' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 29, 2013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/Decoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,11 @@ class Decoder
/**
* Constructor
*
* @param string $source String source to decode
* @param int $decodeType How objects should be decoded -- see
* @param string $source String source to decode
* @param int $decodeType How objects should be decoded -- see
* {@link Zend\Json\Json::TYPE_ARRAY} and {@link Zend\Json\Json::TYPE_OBJECT} for
* valid values
* @throws InvalidArgumentException
* @return void
*/
protected function __construct($source, $decodeType)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Server/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ public function fault($fault = null, $code = 404, $data = null)
* Handle request
*
* @param Request $request
* @throws Exception\InvalidArgumentException
* @return null|Response
* @throws Exception\InvalidArgumentException
*/
public function handle($request = false)
{
Expand Down

0 comments on commit 536af8a

Please sign in to comment.