mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01: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