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.
2 parents 3f357d2 + 30452f4 commit d1fbefcCopy full SHA for d1fbefc
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