We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca263c commit 73502a8Copy full SHA for 73502a8
1 file changed
system/CLI/BaseCommand.php
@@ -96,7 +96,7 @@ public function __construct(LoggerInterface $logger, Commands $commands)
96
/**
97
* Actually execute a command.
98
*
99
- * @param array<string, mixed> $params
+ * @param array<int|string, string> $params
100
*/
101
abstract public function run(array $params);
102
0 commit comments