Skip to content

Commit cbf55fd

Browse files
authored
Apply fixes from StyleCI (#104)
1 parent ac7d705 commit cbf55fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceRepositoryTypes/GithubRepositoryType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function update(Release $release): bool
7979

8080
protected function useBranchForVersions(): bool
8181
{
82-
return !empty($this->config['use_branch']);
82+
return ! empty($this->config['use_branch']);
8383
}
8484

8585
/**

0 commit comments

Comments
 (0)