We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Console::$options
1 parent 004c5d9 commit d636fe5Copy full SHA for d636fe5
1 file changed
system/CLI/Console.php
@@ -30,7 +30,7 @@ class Console
30
private string $command = '';
31
32
/**
33
- * @var array<string, string|null>
+ * @var array<string, list<string|null>|string|null>
34
*/
35
private array $options = [];
36
0 commit comments