Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 5bc3976

Browse files
authored
Merge pull request #74 from asgoodasnu/add-dsn-to-label-for-pdocheck
Add dsn to PDO-Check label.
2 parents b6629c8 + e9cebf5 commit 5bc3976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ZendDiagnostics/Check/PDOCheck.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ public function check()
6666
*/
6767
public function getLabel()
6868
{
69-
return 'Check if the database server can be reached';
69+
return sprintf('Check if %s can be reached', $this->dsn);
7070
}
7171
}

0 commit comments

Comments
 (0)