Total Complexity | 6 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class AddLicenceToProjectForRecomposeTask extends Task |
||
12 | { |
||
13 | protected $taskStep = 's50'; |
||
14 | |||
15 | public function getTitle() |
||
16 | { |
||
17 | return 'Add license to project to ensure recompose works.'; |
||
18 | } |
||
19 | |||
20 | public function getDescription() |
||
23 | Adds the license = proprietary to the composer file to ensure the recompose task works.'; |
||
24 | } |
||
25 | |||
26 | public function runActualTask($params = []) |
||
40 | } |
||
41 | } |
||
42 | |||
43 | protected function hasCommitAndPush() |
||
46 | } |
||
47 | } |
||
48 |