We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec33c78 commit 30452f4Copy full SHA for 30452f4
Transport/Dsn.php
@@ -25,7 +25,7 @@ final class Dsn
25
private $port;
26
private $options;
27
28
- public function __construct(string $scheme, string $host, ?string $user = null, ?string $password = null, ?int $port = null, array $options = [])
+ public function __construct(string $scheme, string $host, string $user = null, string $password = null, int $port = null, array $options = [])
29
{
30
$this->scheme = $scheme;
31
$this->host = $host;
0 commit comments