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,