We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7a45c commit 57c5da6Copy full SHA for 57c5da6
src/Plugin/Elasticsearch.php
@@ -22,7 +22,7 @@ class Elasticsearch
22
public function __construct(
23
\Magento\Framework\Search\Request\Config $config,
24
\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
25
- ) : void {
+ ) {
26
$this->config = $config;
27
$this->scopeConfig = $scopeConfig;
28
}
0 commit comments