@@ -34,7 +34,7 @@ |
||
34 | 34 | * @param int $status |
35 | 35 | * @param array $headers |
36 | 36 | * |
37 | - * @return ResponseContract |
|
37 | + * @return \Psr\Http\Message\ResponseInterface |
|
38 | 38 | */ |
39 | 39 | public function make($content = '', int $status = 200, array $headers = []) |
40 | 40 | { |
@@ -34,7 +34,7 @@ |
||
34 | 34 | } |
35 | 35 | |
36 | 36 | /** |
37 | - * @param Response $response |
|
37 | + * @param ResponseInterface $response |
|
38 | 38 | */ |
39 | 39 | private function emitStatus(ResponseInterface $response) |
40 | 40 | { |