Skip to content

Commit 77a8cd4

Browse files
committed
formatting
1 parent 8d3f8f6 commit 77a8cd4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/Database/PDO.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ public function getHostname(): string
7070

7171
return $parts['host'] ?? throw new \Exception('No host found in DSN');
7272
}
73-
public function parseDsn(string $dsn):array
73+
74+
/**
75+
* @param string $dsn
76+
* @return array<mixed>
77+
*/
78+
public function parseDsn(string $dsn): array
7479
{
7580
$result = [];
7681

0 commit comments

Comments
 (0)