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 656bd51 commit f08e5c0Copy full SHA for f08e5c0
src/Discord/Parts/User/Member.php
@@ -765,7 +765,7 @@ protected function getGuildAttribute(): ?Guild
765
/**
766
* Returns the roles attribute.
767
*
768
- * @return ExCollectionInterface<?Role>|Role[] A collection of roles the member is in. null role only contains ID in the collection.
+ * @return ExCollectionInterface<Role>|Role[] A collection of roles the member is in. null role only contains ID in the collection.
769
*/
770
protected function getRolesAttribute(): ExCollectionInterface
771
{
0 commit comments