diff --git a/src/Endpoint/Member/Members.php b/src/Endpoint/Member/Members.php index d2a5853..3a43759 100644 --- a/src/Endpoint/Member/Members.php +++ b/src/Endpoint/Member/Members.php @@ -14,11 +14,11 @@ final class Members extends AbstractEndpoint implements EndpointInterface { public function communityMembers( + ?int $communityId = null, ?string $sortBy = null, ?int $perPage = null, ?int $page = null, ?string $status = null, - ?int $communityId = null, ): mixed { $this->ensureCommunityIdIsPresent($communityId); @@ -100,10 +100,10 @@ public function member(int $id, ?int $communityId = null): mixed public function update( int $id, array $data, + ?int $communityId = null, ?array $spaceIds = null, ?array $spaceGroupIds = null, ?bool $skipInvitation = null, - ?int $communityId = null, ): mixed { $this->ensureCommunityIdIsPresent($communityId);