Skip to content

Commit 2cda17f

Browse files
committed
docs: fix @param in CURLRequest
1 parent 960cb91 commit 2cda17f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/HTTP/CURLRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public function setForm(array $params, bool $multipart = false)
263263
/**
264264
* Set JSON data to be sent.
265265
*
266-
* @param mixed $data
266+
* @param array|bool|float|int|object|string|null $data
267267
*
268268
* @return $this
269269
*/

0 commit comments

Comments
 (0)