1 | <?php |
||
10 | class Psr7ResponsePrinter extends AbstractPsr7MesssagePrinter implements Psr7ResponsePrinterInterface |
||
11 | { |
||
12 | /** |
||
13 | * Generate a pretty PS7 response. |
||
14 | * |
||
15 | * @param ResponseInterface $response |
||
16 | * |
||
17 | * @return string |
||
18 | */ |
||
19 | 1 | public function toString(ResponseInterface $response) |
|
32 | } |
||
33 |