1 | <?php |
||
13 | class ResponseFormatter |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * ResponseBridge constructor. |
||
18 | * @param \JonnyW\PhantomJs\Http\Response|\JonnyW\PhantomJs\Http\ResponseInterface $phantomJsResponse |
||
19 | * @return BrowserKitResponse |
||
20 | */ |
||
21 | public static function format(JonnyWResponseInterface $phantomJsResponse): ResponseInterface |
||
29 | } |
||
30 |