GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
933 stars 452 forks source link

[11.11] Add `expires_at` parameter to `Groups::addMember()` #746

Closed ajuchacko closed 1 year ago

ajuchacko commented 1 year ago

Fix: #738

Hey, @GrahamCampbell I've added an optional parameter(of array type) to addMember method, I'd like to make another pr removing both $user_id, $acess_level from the method parameters, instead they will be passed inside the array like we're doing in other places to branch 12.0 once this gets merged

Thanks 😀

GrahamCampbell commented 1 year ago

Thanks.