Skip to content

Commit 095c03f

Browse files
committed
AC-15329::phpcs fixes
1 parent 1992916 commit 095c03f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ public function getAvailableOptions()
7474

7575
$optionCollection = array_merge([], ...$optionCollection);
7676

77-
foreach ($optionCollection as $option) {
78-
$currentValue = $this->deploymentConfig->get($option->getConfigPath());
79-
}
80-
8177
return $optionCollection;
8278
}
8379

0 commit comments

Comments
 (0)