| Conditions | 3 |
| Paths | 4 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | public static function run() { |
||
| 27 | foreach (static::$headers as $key => $value) { |
||
| 28 | header($key . ':' . $value); |
||
| 29 | } |
||
| 30 | if (key_exists('location', static::$headers)) { |
||
| 31 | die(); |
||
|
1 ignored issue
–
show
|
|||
| 32 | } |
||
| 36 |