Skip to content

Commit 442f0b7

Browse files
committed
docs: fix incorrect @var type
1 parent a3b2cb8 commit 442f0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Commands/DungeonsList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DungeonsList extends BaseCommand
2929
protected $usage = 'dungeons:list';
3030

3131
/**
32-
* @var mixed[]
32+
* @var array<string, string>
3333
*/
3434
protected $arguments = [];
3535

0 commit comments

Comments
 (0)