Skip to content

Commit 57c5da6

Browse files
committed
[ITONOMY-796] Remove void return type on __construct
1 parent 9b7a45c commit 57c5da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/Elasticsearch.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Elasticsearch
2222
public function __construct(
2323
\Magento\Framework\Search\Request\Config $config,
2424
\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
25-
) : void {
25+
) {
2626
$this->config = $config;
2727
$this->scopeConfig = $scopeConfig;
2828
}

0 commit comments

Comments
 (0)