Skip to content

Commit d636fe5

Browse files
authored
chore: fix phpdoc for Console::$options (#10088)
1 parent 004c5d9 commit d636fe5

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
@@ -30,7 +30,7 @@ class Console
3030
private string $command = '';
3131

3232
/**
33-
* @var array<string, string|null>
33+
* @var array<string, list<string|null>|string|null>
3434
*/
3535
private array $options = [];
3636

0 commit comments

Comments
 (0)