Skip to content

Commit

Permalink
[ci skip] Remove incorrect inline doc type. Fixes #2466
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Jan 30, 2020
1 parent 6d4e847 commit de99336
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 de99336

Please sign in to comment.