We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f20a0 commit 1f24dbfCopy full SHA for 1f24dbf
setup/src/Magento/Setup/Model/ConfigModel.php
@@ -67,7 +67,6 @@ public function getAvailableOptions()
67
/** @var AbstractConfigOption[] $optionCollection */
68
$optionCollection = [];
69
$optionLists = $this->collector->collectOptionsLists();
70
- $errors = [];
71
foreach ($optionLists as $optionList) {
72
$optionCollection[] = $optionList->getOptions();
73
}
@@ -80,7 +79,6 @@ public function getAvailableOptions()
80
79
try {
81
$option->setDefault($currentValue);
82
} catch (\Throwable $e) {
83
- $errors[] = [$e->getMessage()];
84
85
86
0 commit comments