Skip to content

Commit

Permalink
chore: remove superfluous member assignments
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Feb 27, 2025
1 parent b507ee3 commit 26b33a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/Service/PhishingDetection/PhishingDetectionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ public function __construct(
private ReplyToCheck $replyToCheck,
private LinkCheck $linkCheck,
) {
$this->contactCheck = $contactCheck;
$this->customEmailCheck = $customEmailCheck;
$this->dateCheck = $dateCheck;
$this->replyToCheck = $replyToCheck;
$this->linkCheck = $linkCheck;
}


public function checkHeadersForPhishing(Horde_Mime_Headers $headers, bool $hasHtmlMessage, string $htmlMessage = ''): array {
/** @var string|null $fromFN */
$fromFN = null;
Expand Down

0 comments on commit 26b33a7

Please sign in to comment.