Skip to content

Commit df09c20

Browse files
fix styleci issue
1 parent b7581a9 commit df09c20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Github/Api/Organization/Members.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ public function add($organization, $username)
6262
return $this->put('/orgs/'.rawurlencode($organization).'/memberships/'.rawurlencode($username));
6363
}
6464

65-
public function addMember($organization, $username)
66-
{
67-
return $this->add($organization, $username);
68-
}
65+
public function addMember($organization, $username)
66+
{
67+
return $this->add($organization, $username);
68+
}
6969

7070
public function remove($organization, $username)
7171
{

0 commit comments

Comments
 (0)