mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-15 06:48:41 +00:00
PSR-12, build script, fixes
This commit is contained in:
@@ -4,7 +4,8 @@ namespace App\Dto;
|
||||
|
||||
use Spatie\DataTransferObject\DataTransferObject;
|
||||
|
||||
class GitHubApiBranch extends DataTransferObject {
|
||||
class GitHubApiBranch extends DataTransferObject
|
||||
{
|
||||
public string $name;
|
||||
public bool $protected;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user