| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | abstract class RepositoryCommand extends ForrestCommand |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Normalize the repository name to fit as an identifier. |
||
| 11 | */ |
||
| 12 | protected function getIdentifierSuggestion(string $name): string |
||
| 15 | } |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Register a new repository |
||
| 19 | */ |
||
| 20 | protected function registerRepository(string $identifier, string $name, string $description, string $repositoryFileName): void |
||
| 38 |