Skip to content

Commit

Permalink
Fix incorrect return type in doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Nov 20, 2024
1 parent af46f1b commit aa1735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Parts/Channel/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ protected function getLastPinTimestampAttribute(): ?Carbon
*
* @link https://discord.com/developers/docs/resources/channel#get-pinned-messages
*
* @return PromiseInterface<Collection<Message>>
* @return PromiseInterface<Collection<Message[]>>
*/
public function getPinnedMessages(): PromiseInterface
{
Expand Down

0 comments on commit aa1735e

Please sign in to comment.