From 40d66629617f7a96b9005df356b94ab3b4dfb98f Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sat, 5 Jan 2019 16:13:00 +0300 Subject: zend factory dependency elliminated --- tests/http/pid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/http/pid.php') diff --git a/tests/http/pid.php b/tests/http/pid.php index 1cc322bf..0c9a4e4d 100644 --- a/tests/http/pid.php +++ b/tests/http/pid.php @@ -5,7 +5,7 @@ use Psr\Http\Message\ServerRequestInterface; function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): ResponseInterface { - $resp->getBody()->write(getmypid()); + $resp->getBody()->write((string)getmypid()); return $resp; } \ No newline at end of file -- cgit v1.2.3