Apply fixes from StyleCI (#123)
This commit is contained in:
parent
15e6b6ae96
commit
edcf205dba
|
|
@ -43,7 +43,7 @@ abstract class Controller implements HttpServerInterface
|
|||
|
||||
$this->contentLength = $this->findContentLength($request->getHeaders());
|
||||
|
||||
$this->requestBuffer = (string)$request->getBody();
|
||||
$this->requestBuffer = (string) $request->getBody();
|
||||
|
||||
$this->checkContentLength($connection);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue