| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 8 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 2 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 19 | protected function execute(InputInterface $input, OutputInterface $output)  | 
            ||
| 20 |     { | 
            ||
| 21 |         $conf = $this->getContainer()->get('templating')->render('@Supervisor/supervisord.conf.twig', array( | 
            ||
| 22 | |||
| 23 | ));  | 
            ||
| 24 |         file_put_contents($this->getContainer()->getParameter('kernel.root_dir').'/supervisord.conf', $conf); | 
            ||
| 25 |         mkdir($this->getContainer()->getParameter('kernel.root_dir').'/supervisor'); | 
            ||
| 26 | }  | 
            ||
| 27 | }  | 
            ||
| 28 |