Typehint updates

This commit is contained in:
luke
2021-08-13 09:41:45 +01:00
parent 28dd3c2a03
commit 45e76a6df6

View File

@ -16,9 +16,9 @@ final class InteractsWithPlugins
/**
* Transform the input arguments by passing it to the relevant plugins.
*
* @param array<string> $argv
* @param array<int, string> $argv
*
* @return array<string>
* @return array<int, string>
*/
public static function handleArguments(array $argv): array
{