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 8eaf9e9 commit 4fe7af0Copy full SHA for 4fe7af0
app/code/Magento/CatalogSearch/Model/Indexer/IndexerHandlerFactory.php
@@ -75,7 +75,7 @@ public function create(array $data = [])
75
$indexer = $this->_objectManager->create($this->handlers[$currentHandler], $data);
76
77
if (!$indexer instanceof IndexerInterface) {
78
- throw new \InvalidArgumentException($indexer . ' doesn\'t implement ' . IndexerInterface::class);
+ throw new \InvalidArgumentException($indexer . ' doesn\'t implement \Magento\Framework\IndexerInterface');
79
}
80
81
if ($indexer && !$indexer->isAvailable()) {
0 commit comments