@@ -23,7 +23,7 @@ |
||
23 | 23 | public function registerSignal() |
24 | 24 | { |
25 | 25 | if ($this->getServerTimeout() != -1) { |
26 | - pcntl_signal(SIGALRM, function () { |
|
26 | + pcntl_signal(SIGALRM, function() { |
|
27 | 27 | \Swoole\Process::alarm(-1); |
28 | 28 | throw new \Exception(); |
29 | 29 | }); |