| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | class Remove extends Base |
||
| 27 | 4 | { |
|
| 28 | protected $signature = 'lang:rm' |
||
| 29 | 4 | . ' {locales?* : Space-separated list of, eg: de tk it}'; |
|
| 30 | |||
| 31 | 4 | protected $description = 'Remove localizations.'; |
|
| 32 | |||
| 33 | 4 | protected $processor = Processor::class; |
|
| 34 | |||
| 35 | 4 | protected function targetLocales(): array |
|
| 40 | } |
||
| 41 | |||
| 42 | protected function getAllLocales(): array |
||
| 47 |