| Conditions | 3 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | public function getDescription() |
||
| 21 | { |
||
| 22 | return ' |
||
| 23 | Adds a new branch ' . $this->mu()->getNameOfTempBranch() . ' |
||
| 24 | based on ' . $this->mu()->getNameOfUpgradeStarterBranch() . ' |
||
| 25 | (both names can be customised) |
||
| 26 | to your repository (' . ($this->mu()->getVendorName() ?: 'Vendor Name') . '/' . ($this->mu()->getPackageName() ?: 'Package Name') . ') |
||
| 27 | that is going to be used for upgrading it. |
||
| 51 |