Skip to content

Commit b78a643

Browse files
authored
Merge pull request #2525 from MGatner/setbody
Remove incorrect inline doc type
2 parents d6ed858 + de99336 commit b78a643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/HTTP/Message.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Message
8484
/**
8585
* Message body
8686
*
87-
* @var string
87+
* @var mixed
8888
*/
8989
protected $body;
9090

@@ -108,7 +108,7 @@ public function getBody()
108108
/**
109109
* Sets the body of the current message.
110110
*
111-
* @param $data
111+
* @param mixed $data
112112
*
113113
* @return Message|Response
114114
*/

0 commit comments

Comments
 (0)