Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8531d2a

Browse filesBrowse 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
Copy full SHA for 8531d2a

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Transport/MailomatApiTransportTest.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.