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