Skip to content

Commit ed99f70

Browse files
committed
Fixed typo
1 parent b2754ec commit ed99f70

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/drivers/amqp/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

src/drivers/amqp_interop/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

src/drivers/beanstalk/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/drivers/db/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/drivers/file/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/drivers/gearman/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

src/drivers/redis/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)