refacto: memory plugin

This commit is contained in:
Nuno Maduro
2021-12-05 17:48:51 +00:00
parent b0264886c9
commit dd081c59b7
6 changed files with 39 additions and 33 deletions

View File

@ -27,11 +27,7 @@ final class Environment implements HandlesArguments
private static ?string $name = null;
/**
* Allows to handle custom command line arguments.
*
* @param array<int, string> $arguments
*
* @return array<int, string> the updated list of arguments
* {@inheritdoc}
*/
public function handleArguments(array $arguments): array
{