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