From d5330b4ad41463933a4d09ac61312207732e37e2 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 18 Oct 2022 14:50:14 +0300 Subject: [PATCH] Fixed DSN --- src/Appwrite/DSN/DSN.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;