Skip to content

Commit

Permalink
Merge pull request #2525 from MGatner/setbody
Browse files Browse the repository at this point in the history
Remove incorrect inline doc type
  • Loading branch information
MGatner authored Jan 31, 2020
2 parents d6ed858 + de99336 commit b78a643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/HTTP/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Message
/**
* Message body
*
* @var string
* @var mixed
*/
protected $body;

Expand All @@ -108,7 +108,7 @@ public function getBody()
/**
* Sets the body of the current message.
*
* @param $data
* @param mixed $data
*
* @return Message|Response
*/
Expand Down

0 comments on commit b78a643

Please sign in to comment.