@@ -32,7 +32,7 @@ |
||
32 | 32 | public function getServices() |
33 | 33 | { |
34 | 34 | return [ |
35 | - Client::class.$this->suffix => function (ContainerInterface $container) { |
|
35 | + Client::class.$this->suffix => function(ContainerInterface $container) { |
|
36 | 36 | return new Client([ |
37 | 37 | 'host' => $container->get(Client::class.$this->suffix.'.host'), |
38 | 38 | 'port' => $container->get(Client::class.$this->suffix.'.port') |