Failed Conditions
Pull Request — master (#1)
by GBProd
04:30 queued 01:36
created
src/ElasticaServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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')
Please login to merge, or discard this patch.