diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-26 10:52:37 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-26 10:52:37 +0200 |
commit | 2fa07cf3a28bb25b8b15f15c80dc87e226ebe00a (patch) | |
tree | 60d7bc05e5f246961f8170a171e3696a0bf99237 /PHPMailerRpmTest.php | |
parent | e31e16d4f7e1f51d70c99209f0af852cd3272c54 (diff) |
Diffstat (limited to 'PHPMailerRpmTest.php')
-rw-r--r-- | PHPMailerRpmTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PHPMailerRpmTest.php b/PHPMailerRpmTest.php index 1a4c903..979033a 100644 --- a/PHPMailerRpmTest.php +++ b/PHPMailerRpmTest.php @@ -23,7 +23,7 @@ final class PHPMailerRpmTest extends TestCase /** * Run before each test is started. */ - protected function setUp() + protected function setUp(): void { $this->Mail = new PHPMailer(); } |