Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
47 | protected function execute(InputInterface $input, OutputInterface $output) |
||
48 | { |
||
49 | $llum = $this->findLlum(); |
||
50 | $package = $this->getPackageName(); |
||
51 | $output->writeln('<info>'.$llum.' package '.$this->getDevOption()." $package".'</info>'); |
||
52 | passthru($llum.' package '.$this->getDevOption().' '.$package); |
||
53 | } |
||
54 | |||
63 |