From 07e29d165021875011567348c941a1070cb87c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Wed, 19 Oct 2022 09:26:30 +0300 Subject: [PATCH] type hinting --- app/Exceptions/Trackers/Sentry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/Trackers/Sentry.php b/app/Exceptions/Trackers/Sentry.php index cb9fe7e3e..1353b7d92 100644 --- a/app/Exceptions/Trackers/Sentry.php +++ b/app/Exceptions/Trackers/Sentry.php @@ -49,7 +49,7 @@ class Sentry return false; } - public static function getAppType() + public static function getAppType(): string { $hostname = gethostname();