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

Commit e9cebf5

Browse files
committed
adds dsn to PDO-Check label
1 parent b6629c8 commit e9cebf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZendDiagnostics/Check/PDOCheck.php

Lines changed: 1 addition & 1 deletion
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)