| Total Complexity | 4 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 81.82% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class PhpHttp extends AbstractHttp { |
||
| 14 | |||
| 15 | 17 | public function getAllHeaders() { |
|
| 17 | } |
||
| 18 | |||
| 19 | 6 | public function header($key, $value, bool $replace = true, int $http_response_code = null) { |
|
| 21 | 6 | } |
|
| 22 | |||
| 23 | public function headersSent(string &$file = null, int &$line = null) { |
||
| 25 | } |
||
| 26 | |||
| 27 | 1 | public function getInput() { |
|
| 34 |