@@ -34,16 +34,18 @@ class ConfigSetCommand extends Command
34
34
/**#@+
35
35
* Constants for arguments and options.
36
36
*/
37
- const ARG_PATH = 'path ' ;
38
- const ARG_VALUE = 'value ' ;
39
- const OPTION_SCOPE = 'scope ' ;
40
- const OPTION_SCOPE_CODE = 'scope-code ' ;
41
- const OPTION_LOCK = 'lock ' ;
42
- const OPTION_LOCK_ENV = 'lock-env ' ;
43
- const OPTION_LOCK_CONFIG = 'lock-config ' ;
37
+ public const ARG_PATH = 'path ' ;
38
+ public const ARG_VALUE = 'value ' ;
39
+ public const OPTION_SCOPE = 'scope ' ;
40
+ public const OPTION_SCOPE_CODE = 'scope-code ' ;
41
+ public const OPTION_LOCK = 'lock ' ;
42
+ public const OPTION_LOCK_ENV = 'lock-env ' ;
43
+ public const OPTION_LOCK_CONFIG = 'lock-config ' ;
44
44
/**#@-*/
45
45
46
- /**#@-*/
46
+ /**#@-
47
+ * @var EmulatedAdminhtmlAreaProcessor
48
+ */
47
49
private $ emulatedAreaProcessor ;
48
50
49
51
/**
@@ -77,6 +79,7 @@ class ConfigSetCommand extends Command
77
79
* @param ChangeDetector $changeDetector The config change detector
78
80
* @param ProcessorFacadeFactory $processorFacadeFactory The factory for processor facade
79
81
* @param DeploymentConfig $deploymentConfig Application deployment configuration
82
+ * @param LocaleEmulatorInterface|null $localeEmulator
80
83
*/
81
84
public function __construct (
82
85
EmulatedAdminhtmlAreaProcessor $ emulatedAreaProcessor ,
0 commit comments