Skip to content

Commit c437369

Browse files
Delete the unnecessary function
1 parent 2d94d0f commit c437369

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext/standard/tests/mail/mailpit_utils.inc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ function getBccAddresses($res): array
4040
return array_column($res['Bcc'], 'Address');
4141
}
4242

43-
function makeNameAndAddressLine(array $data): string
44-
{
45-
return "\"{$data['Name']}\" <{$data['Address']}>";
46-
}
47-
4843
function deleteEmail($res)
4944
{
5045
$id = $res['ID'] ?? null;

0 commit comments

Comments
 (0)