src/Auth/Digest/ResponseParams.php
Method hash
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
public function hash(string $method, ?string $secret, ?string $hash = null, ?string $body = null): string
{
if (!isset($this->algorithm)) {
$algo = self::DEFAULT_ALGORITHM;
} else {