We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ec844a + cbf55fd commit 6a532b3Copy full SHA for 6a532b3
src/SourceRepositoryTypes/GithubRepositoryType.php
@@ -79,7 +79,7 @@ public function update(Release $release): bool
79
80
protected function useBranchForVersions(): bool
81
{
82
- return !empty($this->config['use_branch']);
+ return ! empty($this->config['use_branch']);
83
}
84
85
/**
0 commit comments