mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 19:56:12 +01:00
Hotfix: Add missing typehint
This commit is contained in:
parent
c68f853b63
commit
c59ca504ca
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class Connection implements Singleton
|
||||||
protected $configuration;
|
protected $configuration;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @param ConfigurationContainerInterface $configuration
|
||||||
* @param \Elastica\Client $elasticaClient
|
* @param \Elastica\Client $elasticaClient
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
|
|
Loading…
Reference in a new issue