Page MenuHomePhorge

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

Authored by aklapper on Jul 25 2024, 18:34.
Tags
None
Referenced Files
F4016661: D25747.1746649871.diff
Tue, May 6, 20:31
F4011667: D25747.1746626374.diff
Tue, May 6, 13:59
F3979629: D25747.1746540499.diff
Mon, May 5, 14:08
F3852787: D25747.1746135059.diff
Wed, Apr 30, 21:30
F3717119: D25747.1745695534.diff
Fri, Apr 25, 19:25
F3717053: D25747.1745692248.diff
Fri, Apr 25, 18:30
F3709397: D25747.1745650933.diff
Fri, Apr 25, 07:02
F3686626: D25747.1745582836.diff
Thu, Apr 24, 12:07

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