File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ abstract class AbstractTransport implements TransportInterface
2828 private ?EventDispatcherInterface $ dispatcher ;
2929 private LoggerInterface $ logger ;
3030 private float $ rate = 0 ;
31- private int $ lastSent = 0 ;
31+ private float $ lastSent = 0 ;
3232
3333 public function __construct (EventDispatcherInterface $ dispatcher = null , LoggerInterface $ logger = null )
3434 {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class SmtpTransport extends AbstractTransport
3636 private int $ restartThresholdSleep = 0 ;
3737 private int $ restartCounter = 0 ;
3838 private int $ pingThreshold = 100 ;
39- private int $ lastMessageTime = 0 ;
39+ private float $ lastMessageTime = 0 ;
4040 private AbstractStream $ stream ;
4141 private string $ domain = '[127.0.0.1] ' ;
4242
You can’t perform that action at this time.
0 commit comments