Page MenuHomePhorge

PHPMailer: Remove duplicate array keys
ClosedPublic

Authored by aklapper on May 20 2024, 08:43.

Details

Summary

'doc' is listed twice in the $mimes array. Remove one key.

The second key was also removed in https://github.com/PHPMailer/PHPMailer/commit/6f919df65e80023fce4eab58832b6035b4a41935.

Test Plan

Read/grep the code.

Diff Detail

Repository
rP Phorge
Branch
phpmailerDupArrayDoc (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 1292
Build 1292: arc lint + arc unit

Event Timeline

aklapper retitled this revision from PHPMailer: Remove duplicate array entry to PHPMailer: Remove duplicate array keys.May 20 2024, 08:45
aklapper edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.May 21 2024, 08:31