| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | class ContinueResponse extends Response implements ResponseContract |
||
| 20 | { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Handle Continue responses. |
||
| 24 | * |
||
| 25 | * @return false|mixed |
||
| 26 | */ |
||
| 27 | public function parse() |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Indicate the type of response this |
||
| 38 | * class handles. |
||
| 39 | * |
||
| 40 | * @return string |
||
| 41 | */ |
||
| 42 | public function getType(): string |
||
| 47 |