From 2e7c766b07b933e5fbcf38efdd6326b922262b16 Mon Sep 17 00:00:00 2001 From: Nazarn96 Date: Tue, 7 May 2019 10:27:21 +0300 Subject: [PATCH] magento/magento2#22720 static-test-fix --- app/code/Magento/Config/Console/Command/ConfigSetCommand.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/code/Magento/Config/Console/Command/ConfigSetCommand.php b/app/code/Magento/Config/Console/Command/ConfigSetCommand.php index 2e76e717ba36b..999d8e41af5bc 100644 --- a/app/code/Magento/Config/Console/Command/ConfigSetCommand.php +++ b/app/code/Magento/Config/Console/Command/ConfigSetCommand.php @@ -139,8 +139,10 @@ protected function configure() /** * Creates and run appropriate processor, depending on input options. * - * {@inheritdoc} + * @param InputInterface $input + * @param OutputInterface $output * @since 100.2.0 + * @return int|null */ protected function execute(InputInterface $input, OutputInterface $output) {