diff --git a/src/Commands/QueueWatchCommand.php b/src/Commands/QueueWatchCommand.php index ef10546..3eded97 100644 --- a/src/Commands/QueueWatchCommand.php +++ b/src/Commands/QueueWatchCommand.php @@ -46,6 +46,7 @@ public function handle() $lastModified = $this->getLastModifiedTime($finder); + /** @phpstan-ignore-next-line */ while (true) { usleep(1000000);