From 43a9460e3b93ea5e04b53e2ecfbca8a1e2ad2f78 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 18 Dec 2022 20:54:47 +0000 Subject: [PATCH] Apply fixes from StyleCI --- .../framework/src/Console/Commands/MakePublicationCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/framework/src/Console/Commands/MakePublicationCommand.php b/packages/framework/src/Console/Commands/MakePublicationCommand.php index 70e8a931eff..5d8264bee82 100644 --- a/packages/framework/src/Console/Commands/MakePublicationCommand.php +++ b/packages/framework/src/Console/Commands/MakePublicationCommand.php @@ -146,6 +146,7 @@ protected function captureTextFieldInput(PublicationFieldType $field): string protected function captureArrayFieldInput(PublicationFieldType $field): array { $this->output->writeln($field->name.' (end with an empty line)'); + return InputStreamHandler::call(); }