mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 16:27:23 +01:00
refacto: memory plugin
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user