Total Complexity | 5 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
23 | class UpdateTask extends AbstractTask |
||
24 | { |
||
25 | 48 | public function getName(): string |
|
28 | } |
||
29 | |||
30 | 26 | public function getDescription(): string |
|
31 | { |
||
32 | 26 | return '[Git] Update'; |
|
33 | } |
||
34 | |||
35 | 25 | public function execute(): bool |
|
47 | } |
||
48 | |||
49 | /** |
||
50 | * @return array<string, string> |
||
51 | */ |
||
52 | 25 | protected function getOptions(): array |
|
63 | } |
||
64 | } |
||
65 |