Apply fixes from StyleCI (#123)

This commit is contained in:
Marcel Pociot 2019-02-27 15:23:47 +01:00 committed by GitHub
parent 15e6b6ae96
commit edcf205dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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