Skip to content

Commit 5f8ee4d

Browse files
authored
Merge pull request #633 from anon-pradip/test/fix-nightly-failures
test(refactor): fix nullable parameters error in nightly failure
2 parents 8f3873c + 11d8ffb commit 5f8ee4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __construct(
6969
IMailer $mailer,
7070
Defaults $defaults,
7171
IL10N $l10n,
72-
IConfig $config = null,
72+
?IConfig $config,
7373
IUserManager $userManager,
7474
IURLGenerator $urlGenerator
7575
) {

0 commit comments

Comments
 (0)