We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74041d6 commit d12489dCopy full SHA for d12489d
.travis.yml
@@ -15,7 +15,6 @@ matrix:
15
allow_failures:
16
- php: hhvm
17
- php: hhvm-nightly
18
- - php: 7.0
19
20
services:
21
- redis-server
commands/AsyncWorkerCommand.php
@@ -8,7 +8,6 @@
8
class AsyncWorkerCommand extends \yii\console\Controller
9
{
10
static $state = 1;
11
- protected $child;
12
13
/**
14
* @param string|null $queueName
0 commit comments