Upgrade PHPStan level to 5
[MAILPOET-1915]
This commit is contained in:
@ -87,7 +87,7 @@ class MailChimp {
|
||||
}
|
||||
if (!isset($header_hash)) {
|
||||
$header_hash = md5(implode(',', $header));
|
||||
} elseif (md5(implode(',', $header) !== $header_hash)) {
|
||||
} elseif (md5(implode(',', $header)) !== $header_hash) {
|
||||
return $this->throwException('headers');
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user