This commit is contained in:
2026-06-12 23:57:21 +08:00
parent 1d9d761798
commit 7bcb789ed2
6 changed files with 698 additions and 785 deletions
+3 -4
View File
@@ -172,8 +172,7 @@ interface IClient
public function withContentType(string $contentType): static;
/**
* @return mixed
*/
public function getBody(): mixed;
public null|string $body {
get;
}
}