Compare commits

...

1 Commits

Author SHA1 Message Date
Pavel Shevaev bbeb16fba8 Downgrading to PHP7 compatibility
Publish PHP Package / docker (push) Successful in 6s Details
2024-08-13 11:15:21 +03:00
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); return _get_last_version_tag($remote_tags);
} }
function _get_last_version_tag(array $tags) : string|bool function _get_last_version_tag(array $tags) : mixed
{ {
if(!$tags) if(!$tags)
return false; return false;