Skip to content

Commit

Permalink
docs: fix incorrect @var type
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 15, 2024
1 parent a3b2cb8 commit 442f0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/DungeonsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DungeonsList extends BaseCommand
protected $usage = 'dungeons:list';

/**
* @var mixed[]
* @var array<string, string>
*/
protected $arguments = [];

Expand Down

0 comments on commit 442f0b7

Please sign in to comment.