| Total Complexity | 5 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 29 | class Weighted extends Response implements ResponseContract |
||
| 30 | { |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Parse the Weighted response. |
||
| 34 | * |
||
| 35 | * @return bool|string |
||
| 36 | */ |
||
| 37 | public function parse() |
||
| 55 | } |
||
| 56 | |||
| 57 | /** |
||
| 58 | * Indicate the type of response this |
||
| 59 | * class handles. |
||
| 60 | * |
||
| 61 | * @return string |
||
| 62 | */ |
||
| 63 | public function getType(): string |
||
| 68 |