You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicate code existed for adding member to an organisation
Under lib/Github/Api/Organisation/Members.php the addMember and add
methods returned the exact same code and used the exact same arguments.
With that in mind I made addMember an "alias" returning $this->add
passing the same arguments through.
0 commit comments