Skip to content

Commit f6c904a

Browse files
committed
Fix static test failures
1 parent eaa8516 commit f6c904a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup/src/Magento/Setup/Console/Command/UpgradeCommand.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
34
* Copyright © Magento, Inc. All rights reserved.
45
* See COPYING.txt for license details.
56
*/
7+
68
namespace Magento\Setup\Console\Command;
79

810
use Magento\Deploy\Console\Command\App\ConfigImportCommand;
@@ -31,7 +33,7 @@ class UpgradeCommand extends AbstractSetupCommand
3133
/**
3234
* Option to skip deletion of generated/code directory.
3335
*/
34-
const INPUT_KEY_KEEP_GENERATED = 'keep-generated';
36+
public const INPUT_KEY_KEEP_GENERATED = 'keep-generated';
3537

3638
/**
3739
* Installer service factory.
@@ -55,7 +57,7 @@ class UpgradeCommand extends AbstractSetupCommand
5557
*/
5658
private $searchConfigFactory;
5759

58-
/*
60+
/**
5961
* @var CacheInterface
6062
*/
6163
private $cache;
@@ -163,6 +165,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
163165
'<info>Please re-run Magento compile command. Use the command "setup:di:compile"</info>'
164166
);
165167
}
168+
166169
$output->writeln(
167170
"<info>Media files stored outside of 'Media Gallery Allowed' folders"
168171
. " will not be available to the media gallery.</info>"

0 commit comments

Comments
 (0)