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