| Conditions | 2 |
| Paths | 2 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 69 | public function getHeaders(): array |
||
| 70 | { |
||
| 71 | if (apache_request_headers() != false) { |
||
| 72 | return apache_request_headers(); |
||
|
1 ignored issue
–
show
|
|||
| 73 | } |
||
| 74 | return []; |
||
| 75 | } |
||
| 77 | } |