Completed
Branch master (131a41)
by Matthew
05:27
created
Command/StopScheduledWorkerCommand.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,9 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.