Skip to content

Commit

Permalink
fix: code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
frosh-automation[bot] committed Jan 29, 2025
1 parent b34bba0 commit 3b2a5aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3b2a5aa

Please sign in to comment.