Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Commit

Permalink
Fix @return annotation for Payload::fromJson
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm committed Dec 16, 2015
1 parent 029d113 commit e0bfef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payload.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Payload implements \ArrayAccess, \JsonSerializable
*
* @param string $json A JSON string.
*
* @return Response The parsed response.
* @return static The parsed response.
*/
public static function fromJson($json)
{
Expand Down

0 comments on commit e0bfef1

Please sign in to comment.