| Total Complexity | 6 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class AddTempUpgradeBranch extends Task |
||
| 12 | { |
||
| 13 | protected $taskStep = 's10'; |
||
| 14 | |||
| 15 | public function getTitle() |
||
| 18 | } |
||
| 19 | |||
| 20 | public function getDescription() |
||
| 27 | that is going to be used for upgrading it. |
||
| 28 | If it already exists then it will first be DELETED!'; |
||
| 29 | } |
||
| 30 | |||
| 31 | public function runActualTask($params = []): ?string |
||
| 44 | } |
||
| 45 | |||
| 46 | protected function hasCommitAndPush() |
||
| 51 |