Skip to content

Commit

Permalink
ENGCOM-5102: [Backport] Fixed:#22395 #22836
Browse files Browse the repository at this point in the history
 - Merge Pull Request #22836 from shikhamis11/magento2:2.2-develop-PR-port-22720
 - Merged commits:
   1. df7fad8
   2. 2e7c766
  • Loading branch information
magento-engcom-team committed May 12, 2019
2 parents 834f1af + 2e7c766 commit 35cabff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/code/Magento/Config/Console/Command/ConfigSetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ protected function configure()
),
new InputOption(
static::OPTION_LOCK_ENV,
'le',
'e',
InputOption::VALUE_NONE,
'Lock value which prevents modification in the Admin (will be saved in app/etc/env.php)'
),
new InputOption(
static::OPTION_LOCK_CONFIG,
'lc',
'c',
InputOption::VALUE_NONE,
'Lock and share value with other installations, prevents modification in the Admin '
. '(will be saved in app/etc/config.php)'
Expand All @@ -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)
{
Expand Down

0 comments on commit 35cabff

Please sign in to comment.