mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-15 02:28:20 +02:00
Fix code syntax (that was only 8.4+)
This commit is contained in:
@@ -8,7 +8,7 @@ class SymfonyPHPMailTransportTest extends ItopTestCase
|
||||
{
|
||||
public function testPrepareMustNotThrowErrorWhenToHeaderIsMissing(): void
|
||||
{
|
||||
$oEmail = new Email()
|
||||
$oEmail = (new Email())
|
||||
->from('sender@example.com')
|
||||
->cc('cc1@example.com', 'cc2@example.com')
|
||||
->text('Body');
|
||||
|
||||
Reference in New Issue
Block a user