Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
26 | class Update extends Base |
||
27 | { |
||
28 | protected $signature = 'lang:update'; |
||
29 | |||
30 | protected $description = 'Updating installed localizations.'; |
||
31 | |||
32 | protected $processor = Processor::class; |
||
33 | |||
34 | 2 | protected function targetLocales(): array |
|
43 | } |
||
44 | |||
45 | 2 | protected function getProtected(): array |
|
50 |