Compare commits

..

No commits in common. "master" and "v1.1.1" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function get_git_last_remote_tag(string $repo) : mixed
return _get_last_version_tag($remote_tags);
}
function _get_last_version_tag(array $tags) : mixed
function _get_last_version_tag(array $tags) : string|bool
{
if(!$tags)
return false;