| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | protected function configure() |
||
| 15 | { |
||
| 16 | $this->setName('finder') |
||
| 17 | ->setDescription('Finds non-translated texts and replaces them with translate tokens') |
||
| 18 | ->addOption('config', null, InputOption::VALUE_REQUIRED, 'Path to config file. Instance of TranslationFinder have to be returned') |
||
| 19 | ->addOption('params', null, InputOption::VALUE_REQUIRED, 'Params for config in format a=b&c=d'); |
||
| 20 | } |
||
| 39 |