mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
refactor: Naming parameters
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user