mirror of
https://github.com/pestphp/pest.git
synced 2026-06-08 04:12:12 +02:00
fix: arguments keys
This commit is contained in:
@ -44,6 +44,6 @@ trait HandleArguments
|
|||||||
|
|
||||||
unset($arguments[$argument]);
|
unset($arguments[$argument]);
|
||||||
|
|
||||||
return array_flip($arguments);
|
return array_values(array_flip($arguments));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user