We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55978a commit 0e7ed9eCopy full SHA for 0e7ed9e
src/Symfony/Component/Mailer/Transport/Smtp/Stream/SocketStream.php
@@ -34,14 +34,14 @@ final class SocketStream extends AbstractStream
34
private $sourceIp;
35
private $streamContextOptions = [];
36
37
- public function setTimeout(int $timeout): self
+ public function setTimeout(float $timeout): self
38
{
39
$this->timeout = $timeout;
40
41
return $this;
42
}
43
44
- public function getTimeout(): int
+ public function getTimeout(): float
45
46
return $this->timeout;
47
0 commit comments