type hinting

This commit is contained in:
Denis Duliçi 2022-10-19 09:26:30 +03:00
parent 44cb364bf6
commit 07e29d1650

View File

@ -49,7 +49,7 @@ class Sentry
return false; return false;
} }
public static function getAppType() public static function getAppType(): string
{ {
$hostname = gethostname(); $hostname = gethostname();