| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class PrepareTask extends AbstractTask |
||
| 23 | { |
||
| 24 | 48 | public function getName(): string |
|
| 25 | { |
||
| 26 | 48 | return 'deploy/release/prepare'; |
|
| 27 | } |
||
| 28 | |||
| 29 | 16 | public function getDescription(): string |
|
| 30 | { |
||
| 31 | 16 | return '[Release] Preparing Release'; |
|
| 32 | } |
||
| 33 | |||
| 34 | 16 | public function execute(): bool |
|
| 43 | } |
||
| 44 | } |
||
| 45 |