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

@ -38,6 +38,9 @@ final class Init implements HandlesArguments
// ..
}
/**
* {@inheritdoc}
*/
public function handleArguments(array $arguments): array
{
if (!array_key_exists(1, $arguments) || $arguments[1] !== self::INIT_OPTION) {