Skip to content

Commit

Permalink
Fix documented types on Response::_body.
Browse files Browse the repository at this point in the history
Body can also be a callable, document the types correctly.
  • Loading branch information
markstory committed Feb 13, 2016
1 parent 4d8a51f commit abc8a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Response.php
Expand Up @@ -341,7 +341,7 @@ class Response
/**
* Buffer string or callable for response message
*
* @var string
* @var string|callable
*/
protected $_body = null;

Expand Down

0 comments on commit abc8a66

Please sign in to comment.