Code cleanup

This commit is contained in:
Molkobain
2022-05-14 20:42:13 +02:00
parent 23fab1bab0
commit afc8354523
10 changed files with 14 additions and 13 deletions

View File

@@ -1368,7 +1368,7 @@ JS;
* Get an ID (for any kind of HTML tag) that is guaranteed unique in this page
*
* @return int The unique ID (in this page)
* @deprecated since 3.0.0 use utils::GetUniqueId() instead
* @deprecated 3.0.0 use utils::GetUniqueId() instead
*/
public function GetUniqueId()
{