1
0
Fork 0
mirror of synced 2024-07-31 19:11:34 +12:00

refactor: Naming parameters

This commit is contained in:
Binyamin Yawitz 2024-06-25 09:17:34 -04:00
parent d62d5662f6
commit 9cf0af5b45
No known key found for this signature in database

View file

@ -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
{