Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
Showing only changes of commit 510211cfd0 - Show all commits

View File

@ -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;
} }