Skip to content

Commit 4790c6c

Browse files
committed
ECP-515: Storefront Get API
- fix tests
1 parent 54f7bdc commit 4790c6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup/src/Magento/Setup/Model/ConfigOptionsList/Directory.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ class Directory implements ConfigOptionsListInterface
3636
private $selectOptions = [true, false];
3737

3838
/**
39+
* Create config and update document root value according to provided options
40+
*
3941
* @param array $options
4042
* @param DeploymentConfig $deploymentConfig
4143
* @return ConfigData|ConfigData[]
44+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
4245
*/
4346
public function createConfig(array $options, DeploymentConfig $deploymentConfig)
4447
{
@@ -78,6 +81,7 @@ public function getOptions()
7881
* @param array $options
7982
* @param DeploymentConfig $deploymentConfig
8083
* @return array|string[]
84+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
8185
*/
8286
public function validate(array $options, DeploymentConfig $deploymentConfig)
8387
{

0 commit comments

Comments
 (0)