Skip to content

Commit f08e5c0

Browse files
committed
Update Member.php
1 parent 656bd51 commit f08e5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord/Parts/User/Member.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ protected function getGuildAttribute(): ?Guild
765765
/**
766766
* Returns the roles attribute.
767767
*
768-
* @return ExCollectionInterface<?Role>|Role[] A collection of roles the member is in. null role only contains ID in the collection.
768+
* @return ExCollectionInterface<Role>|Role[] A collection of roles the member is in. null role only contains ID in the collection.
769769
*/
770770
protected function getRolesAttribute(): ExCollectionInterface
771771
{

0 commit comments

Comments
 (0)