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 9305bfb commit d1480beCopy full SHA for d1480be
app/code/Magento/Deploy/Model/DeploymentConfig/ImporterPool.php
@@ -123,9 +123,9 @@ public function getImporters()
123
$importers = $this->sort($this->importers);
124
125
foreach ($importers as $section => $importer) {
126
- if (empty($importer['class'])) {
127
- throw new ConfigurationMismatchException(__('Parameter "class" must be present.'));
128
- }
+ if (empty($importer['class'])) {
+ throw new ConfigurationMismatchException(__('Parameter "class" must be present.'));
+ }
129
130
$sortedImporters[$section] = $importer['class'];
131
}
0 commit comments