Fix broken tests
This commit is contained in:
parent
26c6df74e4
commit
510211cfd0
@ -55,7 +55,7 @@ class HttpView extends BaseView {
|
|||||||
public function setStatusCode($code)
|
public function setStatusCode($code)
|
||||||
{
|
{
|
||||||
$this->response = $this->response->withStatus($code)
|
$this->response = $this->response->withStatus($code)
|
||||||
->withProtocolVersion(1.1);
|
->withProtocolVersion('1.1');
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user