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 e73a034 commit c1f96a9Copy full SHA for c1f96a9
src/Commands/WatchMailbox.php
@@ -49,7 +49,7 @@ public function handle(LoopInterface $loop): void
49
$folder->idle(
50
new HandleMessageReceived($this),
51
new ConfigureIdleQuery($with),
52
- $this->option('timeout'),
+ $this->option('timeout')
53
);
54
} catch (Exception $e) {
55
if ($this->isMessageMissing($e)) {
0 commit comments