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 8741987

Browse filesBrowse files
authored
chore: add missing \
1 parent 4882cef commit 8741987
Copy full SHA for 8741987

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function readLine(): string
9393
} else{
9494
$error = $this->getReadConnectionDescription().error_get_last();
9595
}
96-
throw new TransportException(sprintf('Unable to read from connection to "%s": ', $error));
96+
throw new TransportException(\sprintf('Unable to read from connection to "%s": ', $error));
9797
}
9898
}
9999

0 commit comments

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