Skip to content

Commit c1f96a9

Browse files
authored
Update WatchMailbox.php
1 parent e73a034 commit c1f96a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/WatchMailbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function handle(LoopInterface $loop): void
4949
$folder->idle(
5050
new HandleMessageReceived($this),
5151
new ConfigureIdleQuery($with),
52-
$this->option('timeout'),
52+
$this->option('timeout')
5353
);
5454
} catch (Exception $e) {
5555
if ($this->isMessageMissing($e)) {

0 commit comments

Comments
 (0)