1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Updated mock method

This commit is contained in:
Eldad Fux 2020-10-31 11:24:17 +02:00
parent 1e1e1a431f
commit db7d7dd89e

View file

@ -239,7 +239,8 @@ class Response extends SwooleResponse
*/
public function setStatusCode(int $code = 200): self
{
return $this->setStatusCode($code);
$this->setStatusCode($code);
return $this;
}
/**