summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/Ping.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/RequestHandlers/Ping.php')
-rw-r--r--app/Http/RequestHandlers/Ping.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Http/RequestHandlers/Ping.php b/app/Http/RequestHandlers/Ping.php
index e1134c81cf..a512e094c6 100644
--- a/app/Http/RequestHandlers/Ping.php
+++ b/app/Http/RequestHandlers/Ping.php
@@ -31,8 +31,7 @@ use function response;
*/
class Ping implements RequestHandlerInterface
{
- /** @var ServerCheckService */
- private $server_check_service;
+ private ServerCheckService $server_check_service;
/**
* @param ServerCheckService $server_check_service