@@ -66,7 +66,7 @@ |
||
| 66 | 66 | */ |
| 67 | 67 | public function execute() |
| 68 | 68 | { |
| 69 | - $this->threadKey = 'thread_' . rand(1000, 9999) . rand(1000, 9999) . rand(1000, 9999) . rand(1000, 9999); |
|
| 69 | + $this->threadKey = 'thread_'.rand(1000, 9999).rand(1000, 9999).rand(1000, 9999).rand(1000, 9999); |
|
| 70 | 70 | |
| 71 | 71 | if (($this->pid = pcntl_fork()) == -1) { |
| 72 | 72 | throw new RuntimeException('Couldn\'t fork the process'); |