🧹 Duster

This commit is contained in:
Rico van Zelst
2024-06-18 12:55:10 +02:00
parent f3ded81a62
commit a0b37a4ab4
39 changed files with 191 additions and 232 deletions

View File

@@ -72,7 +72,6 @@ function getRoleIconSvg($roleName): string
*
* @param string $full_id
* @param enum $type splash, uncentered_splash, loading, tile, icon, ability, video
* @return string
*/
function getChampionImage($full_id, $type): string
{
@@ -85,6 +84,9 @@ function getChampionImage($full_id, $type): string
return $championImage->url;
}
/**
* Get the commit hash.
*/
function getCommitHash(): string
{
/** @var string $commit */