@@ -37,7 +37,7 @@ |
||
37 | 37 | |
38 | 38 | public function add(Command $command, $namespace = '') |
39 | 39 | { |
40 | - if(strlen($namespace)) |
|
40 | + if (strlen($namespace)) |
|
41 | 41 | { |
42 | 42 | $command->setName($namespace . ':' . $command->getName()); |
43 | 43 | } |
@@ -42,7 +42,7 @@ |
||
42 | 42 | protected function execute(InputInterface $input, OutputInterface $output) |
43 | 43 | { |
44 | 44 | $signal = new Signal(); |
45 | - if(!is_dir($signal->runtimePath)) |
|
45 | + if (!is_dir($signal->runtimePath)) |
|
46 | 46 | { |
47 | 47 | mkdir($signal->runtimePath); |
48 | 48 | } |