Skip to content

Commit 6d4de93

Browse files
committed
chore: fix phpdoc for Console::$options
1 parent d6e3f7b commit 6d4de93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/CLI/Console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Console
2525
private const DEFAULT_COMMAND = 'list';
2626

2727
/**
28-
* @var array<string, string|null>
28+
* @var array<string, list<string|null>|string|null>
2929
*/
3030
private array $options = [];
3131

0 commit comments

Comments
 (0)