We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1469769 commit 9fc875eCopy full SHA for 9fc875e
lib/Gitlab/Api/Users.php
@@ -289,7 +289,8 @@ public function createEmailForUser($user_id, $email)
289
* @param int $email_id
290
* @return mixed
291
*/
292
- public function removeUserEmail($user_id, $email_id) {
+ public function removeUserEmail($user_id, $email_id)
293
+ {
294
return $this->delete('users/'.$this->encodePath($user_id).'/emails/'.$this->encodePath($email_id));
295
}
296
0 commit comments