1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

run formatter and linter

Run the composer format and lint commands, which I forgot to run before.
This commit is contained in:
Safwan Parkar 2023-08-04 23:41:29 +04:00
parent 0295c6ec1b
commit 4a9af13f16

View file

@ -308,7 +308,7 @@ trait TeamsBaseServer
$this->assertArrayHasKey('prefs', $new_team['body']);
/**
* Use the Create Team Membership endpoint
* Use the Create Team Membership endpoint
* to create 5 new users and add them to the team immediately
*/
for ($i = 0; $i < 5; $i++) {