Skip to content

Commit 269e4e2

Browse files
committed
fix Guild::getStageInstancesAttribute() phpdoc return type
1 parent 0507e43 commit 269e4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord/Parts/Guild/Guild.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ protected function getSplashHashAttribute(): ?string
565565
*
566566
* @deprecated 10.0.0 Use `$channel->stage_instances`
567567
*
568-
* @return Collection[]|StageInstance[]
568+
* @return Collection|StageInstance[]
569569
*/
570570
protected function getStageInstancesAttribute(): Collection
571571
{

0 commit comments

Comments
 (0)