mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 14:56:12 +01:00
TASK: Remove whitespace in return type annotation
This commit is contained in:
parent
fc8017fdf4
commit
09cd655a7a
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class Connection implements Singleton
|
||||||
/**
|
/**
|
||||||
* Get the concrete client for internal usage!
|
* Get the concrete client for internal usage!
|
||||||
*/
|
*/
|
||||||
public function getClient() : \ Elastica\Client
|
public function getClient() : \Elastica\Client
|
||||||
{
|
{
|
||||||
return $this->elasticaClient;
|
return $this->elasticaClient;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue