Passed
Branch master (1c3fc1)
by Mike
04:30
created
Category
src/Xervice/Elasticsearch/ElasticsearchDependencyProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
             );
Please login to merge, or discard this patch.