Skip to content

Commit 684e478

Browse files
committed
docs: fix @return in ResponseTrait
1 parent b6ed0ae commit 684e478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/HTTP/ResponseTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public function getXML()
307307
* @param array|object|string $body
308308
* @param string $format Valid: json, xml
309309
*
310-
* @return mixed
310+
* @return false|string
311311
*
312312
* @throws InvalidArgumentException If the body property is not string or array.
313313
*/

0 commit comments

Comments
 (0)