diff --git a/src/Appwrite/DSN/DSN.php b/src/Appwrite/DSN/DSN.php index 03f4759387..5605640989 100644 --- a/src/Appwrite/DSN/DSN.php +++ b/src/Appwrite/DSN/DSN.php @@ -25,7 +25,7 @@ class DSN protected string $host; /** - * @var ?int + * @var ?string */ protected ?string $port;