Skip to content

Commit

Permalink
Add phpdoc Role::tags guild_connections (#1032) @builddocs
Browse files Browse the repository at this point in the history
* add phpdoc Role::tags guild_connections

* ran php cs fixer
  • Loading branch information
SQKo authored Dec 24, 2022
1 parent 4d59518 commit 3e4f952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Discord/Parts/Guild/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @property RolePermission $permissions The permissions of the role.
* @property bool $managed Whether the role is managed by a Twitch subscriber feature.
* @property bool $mentionable Whether the role is mentionable.
* @property object|null $tags The tags this role has (bot_id, integration_id, premium_subscriber, subscription_listing_id, available_for_purchase).
* @property object|null $tags The tags this role has (`bot_id`, `integration_id`, `premium_subscriber`, `subscription_listing_id`, `available_for_purchase`, and `guild_connections`).
*
* @property string|null $guild_id The unique identifier of the guild that the role belongs to.
* @property-read Guild|null $guild The guild that the role belongs to.
Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Parts/OAuth/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @property string|null $custom_install_url The application's default custom authorization link, if enabled.
* @property string|null $role_connections_verification_url The application's role connection verification entry point, which when configured will render the app as a verification method in the guild role verification configuration.
*
* @property string $invite_url The invite URL to invite the bot to a guild.
* @property string $invite_url The invite URL to invite the bot to a guild.
*
* @property GlobalCommandRepository $commands The application global commands.
*/
Expand Down

0 comments on commit 3e4f952

Please sign in to comment.