From 73f5b4227d2c12da741ba0a9ff0f9e074aea3b1d Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Mon, 17 Nov 2025 14:58:04 +0530 Subject: [PATCH] nit --- src/Appwrite/Platform/Modules/Compute/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Modules/Compute/Base.php b/src/Appwrite/Platform/Modules/Compute/Base.php index 02650b9b85..f88aec9101 100644 --- a/src/Appwrite/Platform/Modules/Compute/Base.php +++ b/src/Appwrite/Platform/Modules/Compute/Base.php @@ -346,7 +346,7 @@ class Base extends Action * In case of first deployment, deployment ID will be empty in the rules, so we need to update it here. * * @param \Utopia\Database\Document $project - * @param \Utopia\Database\Document $site + * @param \Utopia\Database\Document $resource * @param \Utopia\Database\Document $deployment * @param \Utopia\Database\Database $dbForPlatform * @return void