Skip to content

Commit

Permalink
Doc block indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming authored Jun 23, 2024
1 parent ce6ba88 commit 6f5b985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Discord/Parts/User/Member.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public function moveMember($channel, ?string $reason = null): ExtendedPromiseInt
*
* @param Role|string $role The role to add to the member.
* @param string|null $reason Reason for Audit Log.
* @param bool|null $patch Whether to set the roles using PATCH instead of PUT and return the updated member part on resolved promise.
* @param bool|null $patch Whether to set the roles using PATCH instead of PUT and return the updated member part on resolved promise.
*
* @throws \RuntimeException
* @throws NoPermissionsException Missing manage_roles permission.
Expand Down Expand Up @@ -302,7 +302,7 @@ public function addRole($role, ?string $reason = null, bool $patch = false): Ext
*
* @param Role|string $role The role to remove from the member.
* @param string|null $reason Reason for Audit Log.
* @param bool|null $patch Whether to set the roles using PATCH instead of DELETE and return the updated member part on resolved promise.
* @param bool|null $patch Whether to set the roles using PATCH instead of DELETE and return the updated member part on resolved promise.
*
* @throws NoPermissionsException Missing manage_roles permission.
*
Expand Down

0 comments on commit 6f5b985

Please sign in to comment.