We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a255c commit d933ffdCopy full SHA for d933ffd
1 file changed
src/VCS/Adapter/Git/Gitea.php
@@ -107,7 +107,6 @@ public function createRepository(string $owner, string $repositoryName, bool $pr
107
$result['pushed_at'] = $result['pushed_at'] ?? ($result['updated_at'] ?? '');
108
}
109
return is_array($result) ? $result : [];
110
- ;
111
112
113
public function createOrganization(string $orgName): string
0 commit comments