mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 10:47:25 +01:00
Typehint updates
This commit is contained in:
@ -16,9 +16,9 @@ final class InteractsWithPlugins
|
|||||||
/**
|
/**
|
||||||
* Transform the input arguments by passing it to the relevant plugins.
|
* 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
|
public static function handleArguments(array $argv): array
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user