Migrates to Pint

This commit is contained in:
Nuno Maduro
2022-09-16 10:45:53 +01:00
parent 579b975318
commit e9564febaf
94 changed files with 413 additions and 471 deletions

View File

@ -17,8 +17,7 @@ final class HandleArguments
*
* Transform the input arguments by passing it to the relevant plugins.
*
* @param array<int, string> $argv
*
* @param array<int, string> $argv
* @return array<int, string>
*/
public function __invoke(array $argv): array