Commit 98435e4
committed
bug symfony#53712 [Mailer] Fix usage of stream_set_timeout in case of microseconds (aleksejs1)
This PR was submitted for the 6.4 branch but it was squashed and merged into the 5.4 branch instead.
Discussion
----------
[Mailer] Fix usage of stream_set_timeout in case of microseconds
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#53705
| License | MIT
Fix usage of stream_set_timeout() in case if stream timeout consist of second decimals.
Commits
-------
8acd56d [Mailer] Fix usage of stream_set_timeout in case of microsecondsFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Mailer/Transport/Smtp/Stream
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments