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

@ -12,8 +12,7 @@ interface HandlesArguments
/**
* Adds arguments before of the Test Suite execution.
*
* @param array<int, string> $arguments
*
* @param array<int, string> $arguments
* @return array<int, string>
*/
public function handleArguments(array $arguments): array;