Skip to content

Commit b6ed0ae

Browse files
committed
docs: fix @param in MessageInterface
1 parent 2cda17f commit b6ed0ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/HTTP/MessageInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function getProtocolVersion(): string;
3030
/**
3131
* Sets the body of the current message.
3232
*
33-
* @param mixed $data
33+
* @param string $data
3434
*
3535
* @return $this
3636
*/
@@ -48,7 +48,7 @@ public function getBody();
4848
/**
4949
* Appends data to the body of the current message.
5050
*
51-
* @param mixed $data
51+
* @param string $data
5252
*
5353
* @return $this
5454
*/

0 commit comments

Comments
 (0)