Browse Source

Update Worker.php

walkor 2 years ago
parent
commit
06d3a6d759
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Worker.php

+ 1 - 0
src/Worker.php

@@ -1921,6 +1921,7 @@ class Worker
                 try {
                     // Ignore Swoole ExitException: Swoole exit.
                     exit($code);
+                    /** @phpstan-ignore-next-line */
                 } catch(\Exception $e) {
 
                 }