@@ -6,5 +6,8 @@ |
||
6 | 6 | |
7 | 7 | interface Psr7ResponsePrinterInterface |
8 | 8 | { |
9 | + /** |
|
10 | + * @return string |
|
11 | + */ |
|
9 | 12 | public function toString(ResponseInterface $response); |
10 | 13 | } |
@@ -71,7 +71,7 @@ |
||
71 | 71 | /** |
72 | 72 | * @param callable $handler |
73 | 73 | * |
74 | - * @return callable |
|
74 | + * @return \Closure |
|
75 | 75 | */ |
76 | 76 | public function __invoke(callable $handler) |
77 | 77 | { |
@@ -6,5 +6,8 @@ |
||
6 | 6 | |
7 | 7 | interface Psr7ResponsePrinterInterface |
8 | 8 | { |
9 | + /** |
|
10 | + * @return string |
|
11 | + */ |
|
9 | 12 | public function toString(ResponseInterface $response); |
10 | 13 | } |