TASK: Remove whitespace in return type annotation

This commit is contained in:
Daniel Siepmann 2018-03-08 11:20:23 +01:00
parent fc8017fdf4
commit 09cd655a7a
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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;
} }