Skip to content

Commit d933ffd

Browse files
committed
fix with extra colen
1 parent 76a255c commit d933ffd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/VCS/Adapter/Git/Gitea.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public function createRepository(string $owner, string $repositoryName, bool $pr
107107
$result['pushed_at'] = $result['pushed_at'] ?? ($result['updated_at'] ?? '');
108108
}
109109
return is_array($result) ? $result : [];
110-
;
111110
}
112111

113112
public function createOrganization(string $orgName): string

0 commit comments

Comments
 (0)