We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cda17f commit b6ed0aeCopy full SHA for b6ed0ae
1 file changed
system/HTTP/MessageInterface.php
@@ -30,7 +30,7 @@ public function getProtocolVersion(): string;
30
/**
31
* Sets the body of the current message.
32
*
33
- * @param mixed $data
+ * @param string $data
34
35
* @return $this
36
*/
@@ -48,7 +48,7 @@ public function getBody();
48
49
* Appends data to the body of the current message.
50
51
52
53
54
0 commit comments