Skip to content

Commit 0e6d390

Browse files
committed
Fixed for StyleCI
1 parent 675b6c1 commit 0e6d390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Github/Api/Organization/Members.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function conceal($organization, $username)
4949
/*
5050
* Add user to organization
5151
*/
52+
5253
public function add($organization, $username)
5354
{
5455
return $this->put('orgs/'.rawurlencode($organization).'/memberships/'.rawurlencode($username));

0 commit comments

Comments
 (0)