Update Utils::getOS() doc comment

closes #6628
This commit is contained in:
Dylan T. 2025-02-16 16:12:29 +00:00 committed by GitHub
parent 5ef89200c6
commit 9402a20ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -264,14 +264,7 @@ final class Utils{
}
/**
* Returns the current Operating System
* Windows => win
* MacOS => mac
* iOS => ios
* Android => android
* Linux => Linux
* BSD => bsd
* Other => other
* @return string one of the Utils::OS_* constants
*/
public static function getOS(bool $recalculate = false) : string{
if(self::$os === null || $recalculate){