initial COmmit: Add KB Antora Importer plugin files
This commit is contained in:
13
kb-antora-importer/includes/GitLab/GitLabBranch.php
Normal file
13
kb-antora-importer/includes/GitLab/GitLabBranch.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace KbAntoraImporter\GitLab;
|
||||
|
||||
final class GitLabBranch
|
||||
{
|
||||
public function __construct(
|
||||
public readonly string $name,
|
||||
public readonly string $commitSha = ''
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user