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 {