1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Fixed DSN

This commit is contained in:
Eldad Fux 2022-10-18 14:50:14 +03:00
parent 868c72638e
commit d5330b4ad4

View file

@ -25,7 +25,7 @@ class DSN
protected string $host;
/**
* @var ?int
* @var ?string
*/
protected ?string $port;