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 5f022a9 commit 6c1938fCopy full SHA for 6c1938f
app/code/Magento/Deploy/Model/DeploymentConfig/ImporterPool.php
@@ -132,7 +132,8 @@ public function getImporters()
132
throw new ConfigurationMismatchException(__(
133
'%1: Instance of %2 is expected, got %3 instead',
134
$section,
135
- ImporterInterface::class, get_class($importerObj)
+ ImporterInterface::class,
136
+ get_class($importerObj)
137
));
138
}
139
$result[$section] = $importerObj;
0 commit comments