mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 03:16: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!
|
||||
*/
|
||||
public function getClient() : \ Elastica\Client
|
||||
public function getClient() : \Elastica\Client
|
||||
{
|
||||
return $this->elasticaClient;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue