Skip to content

Commit de99336

Browse files
committed
[ci skip] Remove incorrect inline doc type. Fixes #2466
1 parent 6d4e847 commit de99336

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)