Skip to content

Commit 5b31b31

Browse files
committed
:octocat: phan happy
1 parent d834450 commit 5b31b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Client/EchoClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function sendRequest(RequestInterface $request):ResponseInterface{
4343

4444
$response = $response
4545
->withHeader('Content-Type', 'application/json')
46-
->withHeader('Content-Length', strlen($content))
46+
->withHeader('Content-Length', (string)strlen($content))
4747
;
4848

4949
$response->getBody()->write($content);

0 commit comments

Comments
 (0)