Skip to content

Commit

Permalink
added phpstan-ignore-next-line to while loop in QueueWatchCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rajenindianic committed Sep 19, 2024
1 parent 8283bf4 commit c9d0dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/QueueWatchCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function handle()

$lastModified = $this->getLastModifiedTime($finder);

/** @phpstan-ignore-next-line */
while (true) {
usleep(1000000);

Expand Down

0 comments on commit c9d0dde

Please sign in to comment.