src/Auth/Digest/AbstractParams.php
Method parse
has 117 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
public static function parse(string $input): ParamsInterface
{
$orig = $input;
$params = new static;
$challenge = static::class === ChallengeParams::class;
Method render
has 47 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
public function render(): string
{
$params = [];
if (isset($this->realm)) {