Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit3d49d0f

Browse files
authored
chore: fix linting according to the bot
1 parent8741987 commit3d49d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function readLine(): string
9090
if (false ===$line) {
9191
if ($this->getReadConnectionDescription() &&error_get_last()) {
9292
$error =$this->getReadConnectionDescription().error_get_last()['message'];
93-
}else{
93+
}else{
9494
$error =$this->getReadConnectionDescription().error_get_last();
9595
}
9696
thrownewTransportException(\sprintf('Unable to read from connection to "%s":',$error));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp