Skip to content

Commit

Permalink
fix Guild::getStageInstancesAttribute() phpdoc return type
Browse files Browse the repository at this point in the history
  • Loading branch information
SQKo committed Nov 4, 2023
1 parent 0507e43 commit 269e4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Parts/Guild/Guild.php
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ protected function getSplashHashAttribute(): ?string
*
* @deprecated 10.0.0 Use `$channel->stage_instances`
*
* @return Collection[]|StageInstance[]
* @return Collection|StageInstance[]
*/
protected function getStageInstancesAttribute(): Collection
{
Expand Down

0 comments on commit 269e4e2

Please sign in to comment.