src/Header/ViaHeader.php
Method parse
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
public static function parse(array $hbody): ViaHeader
{
$ret = new static;
foreach ($hbody as $hline) {
Method render
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
public function render(string $hname): string
{
$ret = "{$hname}: ";
$delim = '';