File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
setup/src/Magento/Setup/Model/ConfigOptionsList Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,12 @@ class Directory implements ConfigOptionsListInterface
36
36
private $ selectOptions = [true , false ];
37
37
38
38
/**
39
+ * Create config and update document root value according to provided options
40
+ *
39
41
* @param array $options
40
42
* @param DeploymentConfig $deploymentConfig
41
43
* @return ConfigData|ConfigData[]
44
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
42
45
*/
43
46
public function createConfig (array $ options , DeploymentConfig $ deploymentConfig )
44
47
{
@@ -78,6 +81,7 @@ public function getOptions()
78
81
* @param array $options
79
82
* @param DeploymentConfig $deploymentConfig
80
83
* @return array|string[]
84
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
81
85
*/
82
86
public function validate (array $ options , DeploymentConfig $ deploymentConfig )
83
87
{
You can’t perform that action at this time.
0 commit comments