10000 minor #60035 [Mailer] [Mailomat] remove `void` from test (OskarStark) · symfony/symfony@8531d2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8531d2a

Browse files
committed
minor #60035 [Mailer] [Mailomat] remove void from test (OskarStark)
This PR was merged into the 7.3 branch. Discussion ---------- [Mailer] [Mailomat] remove `void` from test | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | -- | License | MIT Commits ------- df25ca7 [Mailer][Mailomat] remove `void` from test
2 parents 21b4dd7 + df25ca7 commit 8531d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Transport/MailomatApiTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class MailomatApiTransportTest extends TestCase
2727
/**
2828
* @dataProvider getTransportData
2929
*/
30-
public function testToString(MailomatApiTransport $transport, string $expected): void
30+
public function testToString(MailomatApiTransport $transport, string $expected)
3131
{
3232
$this->assertSame($expected, (string) $transport);
3333
}

0 commit comments

Comments
 (0)
0