@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | */ |
40 | 40 | protected function setClient(DependencyContainerInterface $container): DependencyContainerInterface |
41 | 41 | { |
42 | - $container[self::CLIENT] = function (DependencyContainerInterface $container) { |
|
42 | + $container[self::CLIENT] = function(DependencyContainerInterface $container) { |
|
43 | 43 | return $this->getClient(); |
44 | 44 | }; |
45 | 45 | |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | */ |
54 | 54 | protected function setIndexProvider(DependencyContainerInterface $container): DependencyContainerInterface |
55 | 55 | { |
56 | - $container[self::INDEX_PROVIDER] = function (DependencyContainerInterface $container) { |
|
56 | + $container[self::INDEX_PROVIDER] = function(DependencyContainerInterface $container) { |
|
57 | 57 | return new IndexCollection( |
58 | 58 | $this->getIndexProvider() |
59 | 59 | ); |