Searched refs:hotfix (Results 1 – 1 of 1) sorted by relevance
178 * @param string $hotfix181 protected function increaseHotfix($hotfix) argument183 if (empty($hotfix)) return 'a';184 return substr($hotfix, 0, -1) . chr(ord($hotfix) + 1);