改名
This commit is contained in:
@@ -149,13 +149,13 @@ class Response extends HttpService
|
|||||||
return !($this->response instanceof SResponse) && !($this->response instanceof S2Response);
|
return !($this->response instanceof SResponse) && !($this->response instanceof S2Response);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $context
|
* @param string|null $context
|
||||||
* @param int $statusCode
|
* @param int $statusCode
|
||||||
* @return bool
|
* @return bool
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function send(string $context = '', int $statusCode = 200): mixed
|
public function send(?string $context = '', int $statusCode = 200): mixed
|
||||||
{
|
{
|
||||||
$sendData = $this->parseData($context);
|
$sendData = $this->parseData($context);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user