Skip to content

Commit 064b278

Browse files
committed
修正代码
1 parent 3c97715 commit 064b278

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: src/Process/SwooleQueueConsumerProcess.php

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function run(\Swoole\Process $process): void
8888
if (!isset($name))
8989
{
9090
Log::warning('@app.beans.imiQueue.list is empty');
91+
// @phpstan-ignore-next-line
9192
while (true)
9293
{
9394
sleep(86400);

Diff for: src/Process/WorkermanQueueConsumerProcess.php

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public function run(Worker $worker): void
5252
if (!isset($name))
5353
{
5454
Log::warning('@app.beans.imiQueue.list is empty');
55+
// @phpstan-ignore-next-line
5556
while (true)
5657
{
5758
sleep(86400);

0 commit comments

Comments
 (0)