Skip to content

Commit d1fbefc

Browse files
Merge branch '4.4' into 5.2
* 4.4: CS fixes Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
2 parents 3f357d2 + 30452f4 commit d1fbefc

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)