From 3b2a5aa516f8cde2fee801c8868215c52e48a7ef Mon Sep 17 00:00:00 2001 From: frosh-automation <188718289+frosh-automation[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:10:36 +0000 Subject: [PATCH] fix: code-style --- .../Health/Checker/HealthChecker/SystemInfoChecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Health/Checker/HealthChecker/SystemInfoChecker.php b/src/Components/Health/Checker/HealthChecker/SystemInfoChecker.php index 3edd719..b5b4b08 100644 --- a/src/Components/Health/Checker/HealthChecker/SystemInfoChecker.php +++ b/src/Components/Health/Checker/HealthChecker/SystemInfoChecker.php @@ -65,7 +65,7 @@ private function getDatabaseInfo(HealthCollection $collection): void $path = (string) ($params['path'] ?? '/'); $dbName = trim(substr($path, 1)); - $result->current =\sprintf( + $result->current = \sprintf( '%s@%s:%d/%s', $params['user'] ?? null, $params['host'] ?? null,