diff options
Diffstat (limited to 'src/PSR7Client.php')
-rw-r--r-- | src/PSR7Client.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PSR7Client.php b/src/PSR7Client.php index 4efb3f04..4250e6b9 100644 --- a/src/PSR7Client.php +++ b/src/PSR7Client.php @@ -1,4 +1,5 @@ <?php + /** * High-performance PHP process supervisor and load balancer written in Go * @@ -113,7 +114,7 @@ class PSR7Client * * @param ResponseInterface $response */ - public function respond(ResponseInterface $response) + public function respond(ResponseInterface $response): void { $this->httpClient->respond( $response->getStatusCode(), |