We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3f8f6 commit 77a8cd4Copy full SHA for 77a8cd4
1 file changed
src/Database/PDO.php
@@ -70,7 +70,12 @@ public function getHostname(): string
70
71
return $parts['host'] ?? throw new \Exception('No host found in DSN');
72
}
73
- public function parseDsn(string $dsn):array
+
74
+ /**
75
+ * @param string $dsn
76
+ * @return array<mixed>
77
+ */
78
+ public function parseDsn(string $dsn): array
79
{
80
$result = [];
81
0 commit comments