summaryrefslogtreecommitdiffstats
path: root/PHPMailerRpmTest.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-06-26 10:52:37 +0200
committerRemi Collet <remi@php.net>2025-06-26 10:52:37 +0200
commit2fa07cf3a28bb25b8b15f15c80dc87e226ebe00a (patch)
tree60d7bc05e5f246961f8170a171e3696a0bf99237 /PHPMailerRpmTest.php
parente31e16d4f7e1f51d70c99209f0af852cd3272c54 (diff)
use phpunit9HEADmaster
Diffstat (limited to 'PHPMailerRpmTest.php')
-rw-r--r--PHPMailerRpmTest.php2
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();
}