Page MenuHomePhorge

Remove unused parameter from PhabricatorMailEmailEngine::newEmailThreadingHeaders() call
ClosedPublic

Authored by aklapper on Jul 25 2024, 18:34.
Tags
None
Referenced Files
F3047377: D25747.1740971478.diff
Sun, Mar 2, 03:11
F2991945: D25747.1740198760.diff
Fri, Feb 21, 04:32
F2991944: D25747.1740198759.diff
Fri, Feb 21, 04:32
F2990382: D25747.1740177361.diff
Thu, Feb 20, 22:36
F2981941: D25747.1739943101.diff
Tue, Feb 18, 05:31
F2965041: D25747.1739417156.diff
Wed, Feb 12, 03:25
F2961039: D25747.1739155639.diff
Feb 9 2025, 02:47
F2943466: D25747.1738193704.diff
Jan 28 2025, 23:35

Details

Summary

Method PhabricatorMailEmailEngine::newEmailThreadingHeaders() invoked with 1 parameter, 0 required.
Thus remove the parameter from its call in the same class.
The called private function does $mailer = $this->getMailer() anyway.

Test Plan

Read the code.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable