From ca2e7a9814760e42d0726c4aeb50acf25a9399b5 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 22 Jul 2022 09:05:41 +0530 Subject: [PATCH] feat: fix lint errors --- src/Appwrite/Database/DatabasePool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Database/DatabasePool.php b/src/Appwrite/Database/DatabasePool.php index 1426211450..4b6ee4368d 100644 --- a/src/Appwrite/Database/DatabasePool.php +++ b/src/Appwrite/Database/DatabasePool.php @@ -89,7 +89,7 @@ class DatabasePool * Get a PDO instance by database name * * @param string $name - * + * * @return ?PDO */ public function getPDO(string $name): ?PDO