| @@ -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 | } | 
| @@ -5,28 +5,28 @@ | ||
| 5 | 5 | ), | 
| 6 | 6 | 'signals' => | 
| 7 | 7 | array ( | 
| 8 | - '\\Maslosoft\\Sitcom\\Command' => | |
| 9 | - array ( | |
| 10 | - '\\Maslosoft\\Hedron\\Commands\\ApplyCommand' => | |
| 11 | - array ( | |
| 12 | - 0 => 'reactOn()', | |
| 13 | - ), | |
| 14 | - '\\Maslosoft\\Hedron\\Commands\\PreviewCommand' => | |
| 15 | - array ( | |
| 16 | - 0 => 'reactOn()', | |
| 17 | - ), | |
| 18 | - '\\Maslosoft\\Hedron\\Commands\\RenderTemplateCommand' => | |
| 19 | - array ( | |
| 20 | - 0 => 'reactOn()', | |
| 21 | - ), | |
| 22 | - '\\Maslosoft\\Signals\\Application\\Commands\\BuildCommand' => | |
| 23 | - array ( | |
| 24 | - 0 => 'reactOn()', | |
| 25 | - ), | |
| 26 | - '\\Maslosoft\\Signals\\Application\\Commands\\PreviewCommand' => | |
| 27 | - array ( | |
| 28 | - 0 => 'reactOn()', | |
| 29 | - ), | |
| 30 | - ), | |
| 8 | + '\\Maslosoft\\Sitcom\\Command' => | |
| 9 | + array ( | |
| 10 | + '\\Maslosoft\\Hedron\\Commands\\ApplyCommand' => | |
| 11 | + array ( | |
| 12 | + 0 => 'reactOn()', | |
| 13 | + ), | |
| 14 | + '\\Maslosoft\\Hedron\\Commands\\PreviewCommand' => | |
| 15 | + array ( | |
| 16 | + 0 => 'reactOn()', | |
| 17 | + ), | |
| 18 | + '\\Maslosoft\\Hedron\\Commands\\RenderTemplateCommand' => | |
| 19 | + array ( | |
| 20 | + 0 => 'reactOn()', | |
| 21 | + ), | |
| 22 | + '\\Maslosoft\\Signals\\Application\\Commands\\BuildCommand' => | |
| 23 | + array ( | |
| 24 | + 0 => 'reactOn()', | |
| 25 | + ), | |
| 26 | + '\\Maslosoft\\Signals\\Application\\Commands\\PreviewCommand' => | |
| 27 | + array ( | |
| 28 | + 0 => 'reactOn()', | |
| 29 | + ), | |
| 30 | + ), | |
| 31 | 31 | ), | 
| 32 | 32 | ); | 
| @@ -1,30 +1,30 @@ | ||
| 1 | 1 | <?php // Auto generated, any changes will be lost | 
| 2 | -return array ( | |
| 2 | +return array( | |
| 3 | 3 | 'slots' => | 
| 4 | - array ( | |
| 4 | + array( | |
| 5 | 5 | ), | 
| 6 | 6 | 'signals' => | 
| 7 | - array ( | |
| 7 | + array( | |
| 8 | 8 | '\\Maslosoft\\Sitcom\\Command' => | 
| 9 | - array ( | |
| 9 | + array( | |
| 10 | 10 | '\\Maslosoft\\Hedron\\Commands\\ApplyCommand' => | 
| 11 | - array ( | |
| 11 | + array( | |
| 12 | 12 | 0 => 'reactOn()', | 
| 13 | 13 | ), | 
| 14 | 14 | '\\Maslosoft\\Hedron\\Commands\\PreviewCommand' => | 
| 15 | - array ( | |
| 15 | + array( | |
| 16 | 16 | 0 => 'reactOn()', | 
| 17 | 17 | ), | 
| 18 | 18 | '\\Maslosoft\\Hedron\\Commands\\RenderTemplateCommand' => | 
| 19 | - array ( | |
| 19 | + array( | |
| 20 | 20 | 0 => 'reactOn()', | 
| 21 | 21 | ), | 
| 22 | 22 | '\\Maslosoft\\Signals\\Application\\Commands\\BuildCommand' => | 
| 23 | - array ( | |
| 23 | + array( | |
| 24 | 24 | 0 => 'reactOn()', | 
| 25 | 25 | ), | 
| 26 | 26 | '\\Maslosoft\\Signals\\Application\\Commands\\PreviewCommand' => | 
| 27 | - array ( | |
| 27 | + array( | |
| 28 | 28 | 0 => 'reactOn()', | 
| 29 | 29 | ), | 
| 30 | 30 | ), |