File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ protected function isWorkerAction($actionID)
3333
3434 /**
3535 * Listens amqp-queue and runs new jobs.
36- * It can be used as demon process.
36+ * It can be used as daemon process.
3737 */
3838 public function actionListen ()
3939 {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ protected function isWorkerAction($actionID)
3232
3333 /**
3434 * Listens amqp-queue and runs new jobs.
35- * It can be used as demon process.
35+ * It can be used as daemon process.
3636 */
3737 public function actionListen ()
3838 {
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function actionRun()
5858
5959 /**
6060 * Listens beanstalk-queue and runs new jobs.
61- * It can be used as demon process.
61+ * It can be used as daemon process.
6262 *
6363 * @param int $timeout number of seconds to wait a job.
6464 * @return null|int exit code.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function actionRun()
5858
5959 /**
6060 * Listens db-queue and runs new jobs.
61- * It can be used as demon process.
61+ * It can be used as daemon process.
6262 *
6363 * @param int $timeout number of seconds to sleep before next reading of the queue.
6464 * @return null|int exit code.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function actionRun()
5858
5959 /**
6060 * Listens file-queue and runs new jobs.
61- * It can be used as demon process.
61+ * It can be used as daemon process.
6262 *
6363 * @param int $timeout number of seconds to sleep before next reading of the queue.
6464 * @return null|int exit code.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function actionRun()
4343
4444 /**
4545 * Listens gearman-queue and runs new jobs.
46- * It can be used as demon process.
46+ * It can be used as daemon process.
4747 *
4848 * @return null|int exit code.
4949 */
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function actionRun()
5858
5959 /**
6060 * Listens redis-queue and runs new jobs.
61- * It can be used as demon process.
61+ * It can be used as daemon process.
6262 *
6363 * @param int $timeout number of seconds to wait a job.
6464 * @return null|int exit code.
You can’t perform that action at this time.
0 commit comments