Skip to content

Commit 21dca69

Browse files
committed
fix php 7.4 syntax error in Dsn.php
1 parent 83193ee commit 21dca69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dsn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function __construct(
6666
?int $port,
6767
?string $path,
6868
?string $queryString,
69-
array $query,
69+
array $query
7070
) {
7171
$this->scheme = $scheme;
7272
$this->schemeProtocol = $schemeProtocol;

0 commit comments

Comments
 (0)