Browse Source

Change string to bool

Joanhey 6 years ago
parent
commit
be2c9a1c2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Worker.php

+ 1 - 1
Worker.php

@@ -473,7 +473,7 @@ class Worker
     /**
      * Graceful stop or not.
      *
-     * @var string
+     * @var bool
      */
     protected static $_gracefulStop = false;