Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit edcf205

Browse files
authored
Apply fixes from StyleCI (#123)
1 parent 15e6b6a commit edcf205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpApi/Controllers/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function onOpen(ConnectionInterface $connection, RequestInterface $reques
4343

4444
$this->contentLength = $this->findContentLength($request->getHeaders());
4545

46-
$this->requestBuffer = (string)$request->getBody();
46+
$this->requestBuffer = (string) $request->getBody();
4747

4848
$this->checkContentLength($connection);
4949
}

0 commit comments

Comments
 (0)