Skip to content

Commit 96d92dd

Browse files
committed
docs: fix @param in MessageTrait
1 parent 563ef33 commit 96d92dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/HTTP/MessageTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function setBody($data): self
5959
/**
6060
* Appends data to the body of the current message.
6161
*
62-
* @param mixed $data
62+
* @param string $data
6363
*
6464
* @return $this
6565
*/

0 commit comments

Comments
 (0)