Skip to content

Commit 6d7e1f7

Browse files
committed
MC-19161: Revert ENGCOM-2983
1 parent 1ab1930 commit 6d7e1f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ public function getOptions()
165165
];
166166

167167
foreach ($this->configOptionsCollection as $configOptionsList) {
168+
// phpcs:ignore Magento2.Performance.ForeachArrayMerge
168169
$options = array_merge($options, $configOptionsList->getOptions());
169170
}
170171

@@ -221,6 +222,7 @@ public function validate(array $options, DeploymentConfig $deploymentConfig)
221222
}
222223

223224
foreach ($this->configOptionsCollection as $configOptionsList) {
225+
// phpcs:ignore Magento2.Performance.ForeachArrayMerge
224226
$errors = array_merge($errors, $configOptionsList->validate($options, $deploymentConfig));
225227
}
226228

0 commit comments

Comments
 (0)