@@ -6,7 +6,9 @@ |
||
| 6 | 6 | use Symfony\Component\Console\Input\InputInterface; |
| 7 | 7 | use Symfony\Component\Console\Output\OutputInterface; |
| 8 | 8 | |
| 9 | -if (!defined('SIGTERM')) define('SIGTERM', 15); |
|
| 9 | +if (!defined('SIGTERM')) { |
|
| 10 | + define('SIGTERM', 15); |
|
| 11 | +} |
|
| 10 | 12 | |
| 11 | 13 | class StopScheduledWorkerCommand extends ContainerAwareCommand |
| 12 | 14 | { |