Skip to content

Commit 30452f4

Browse files
CS fixes
1 parent ec33c78 commit 30452f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transport/Dsn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class Dsn
2525
private $port;
2626
private $options;
2727

28-
public function __construct(string $scheme, string $host, ?string $user = null, ?string $password = null, ?int $port = null, array $options = [])
28+
public function __construct(string $scheme, string $host, string $user = null, string $password = null, int $port = null, array $options = [])
2929
{
3030
$this->scheme = $scheme;
3131
$this->host = $host;

0 commit comments

Comments
 (0)