| Total Complexity | 6 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class AddLicenceToProjectForRecomposeTask extends Task |
||
| 13 | { |
||
| 14 | protected $taskStep = 's50'; |
||
| 15 | |||
| 16 | public function getTitle() |
||
| 17 | { |
||
| 18 | return 'Add license to project to ensure recompose works.'; |
||
| 19 | } |
||
| 20 | |||
| 21 | public function getDescription() |
||
| 24 | Adds the license = proprietary to the composer file to ensure the recompose task works.'; |
||
| 25 | } |
||
| 26 | |||
| 27 | public function runActualTask($params = []): ?string |
||
| 43 | } |
||
| 44 | |||
| 45 | protected function hasCommitAndPush() |
||
| 50 |