Skip to content

Commit

Permalink
Fix warning on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyceBabu committed Nov 28, 2024
1 parent bbc26aa commit f363332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mail/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function __construct(
$subject = null,
$plainTextContent = null,
$htmlContent = null,
array $globalSubstitutions = null
?array $globalSubstitutions = null
) {
if (!isset($from)
&& !isset($to)
Expand Down

0 comments on commit f363332

Please sign in to comment.