src/Header/ContactHeader.php
Method parse
has 155 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
public static function parse(array $hbody): ContactHeader
{
$ret = new static;
$input = $hbody;
Method render
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
public function render(string $hname): string
{
if ($this->wildcard) {
return "{$hname}: *\r\n";
}