From 9cf0af5b45b5680fa40c158feee89efb5690ccbc Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:17:34 -0400 Subject: [PATCH] refactor: Naming parameters --- src/Appwrite/Platform/Workers/Deletes.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Deletes.php b/src/Appwrite/Platform/Workers/Deletes.php index 5381f9537e..8e0dec55f0 100644 --- a/src/Appwrite/Platform/Workers/Deletes.php +++ b/src/Appwrite/Platform/Workers/Deletes.php @@ -1131,8 +1131,16 @@ class Deletes extends Action } /** + * @param Database $dbForConsole + * @param callable $getProjectDB + * @param Document $team + * @param Document $project + * @throws Authorization + * @throws Conflict + * @throws DatabaseException * @throws Exception - * @throws Throwable + * @throws Restricted + * @throws Structure */ public function deleteTeams(Database $dbForConsole, callable $getProjectDB, Document $team, Document $project): void {