Skip to content

Navigation Menu

Sign in
Appearance settings

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 0db6030

Browse filesBrowse files
committed
update code style
1 parent 736fef1 commit 0db6030
Copy full SHA for 0db6030

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransportFactory.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransportFactory.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ public function create(Dsn $dsn): TransportInterface
5151
if (null !== ($localDomain = $dsn->getOption('local_domain'))) {
5252
$transport->setLocalDomain($localDomain);
5353
}
54-
54+
5555
if (null !== ($restartThreshold = $dsn->getOption('restart_threshold'))) {
5656
$transport->setRestartThreshold((int) $restartThreshold, (int) $dsn->getOption('restart_threshold_sleep', 0));
5757
}
58-
58+
5959
if (null !== ($pingThreshold = $dsn->getOption('ping_threshold'))) {
6060
$transport->setPingThreshold((int) $pingThreshold);
6161
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.