Total Complexity | 6 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 50% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | class HeaderConverter |
||
23 | { |
||
24 | /** |
||
25 | * Convert from PSR style headers to Buzz style. |
||
26 | */ |
||
27 | 247 | public static function toBuzzHeaders(array $headers): array |
|
42 | } |
||
43 | |||
44 | /** |
||
45 | * Convert from Buzz style headers to PSR style. |
||
46 | */ |
||
47 | public static function toPsrHeaders(array $headers): array |
||
58 |