Skip to content

Commit

Permalink
Merge pull request #27308 from eileenmcnaughton/no_ref
Browse files Browse the repository at this point in the history
Make function private to reflect usage
  • Loading branch information
colemanw authored Sep 5, 2023
2 parents ef2c6cf + 58e4000 commit 41b2772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Utils/Mail/Incoming.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ private static function parseAddress(&$address, &$params, &$subParam, &$mail, $c
* @param $mail
* @param $createContact
*/
public static function parseAddresses(&$addresses, $token, &$params, &$mail, $createContact = TRUE) {
private static function parseAddresses(&$addresses, $token, &$params, &$mail, $createContact = TRUE) {
$params[$token] = [];
foreach ($addresses as $address) {
$subParam = [];
Expand Down

0 comments on commit 41b2772

Please sign in to comment.