Skip to content

Commit 73502a8

Browse files
committed
docs: fix @param
1 parent bca263c commit 73502a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/CLI/BaseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function __construct(LoggerInterface $logger, Commands $commands)
9696
/**
9797
* Actually execute a command.
9898
*
99-
* @param array<string, mixed> $params
99+
* @param array<int|string, string> $params
100100
*/
101101
abstract public function run(array $params);
102102

0 commit comments

Comments
 (0)