改名
This commit is contained in:
@@ -111,9 +111,9 @@ class HttpParams
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return array
|
* @return array|null
|
||||||
*/
|
*/
|
||||||
public function getBody(): array
|
public function getBody(): ?array
|
||||||
{
|
{
|
||||||
return $this->_posts;
|
return $this->_posts;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user