@@ -158,8 +158,8 @@  | 
                                                    ||
| 158 | 158 | $body = ['body' => []];  | 
                                                        
| 159 | 159 |          if (self::config()->get('pipeline')) { | 
                                                        
| 160 | 160 | $body['body'] = [ // @todo Check if this is indeed how it works  | 
                                                        
| 161 | - 'index' => $index->getIndexName(),  | 
                                                        |
| 162 | -                              'pipeline' => self::config()->get('pipeline') | 
                                                        |
| 161 | + 'index' => $index->getIndexName(),  | 
                                                        |
| 162 | +                                'pipeline' => self::config()->get('pipeline') | 
                                                        |
| 163 | 163 | ];  | 
                                                        
| 164 | 164 | }  | 
                                                        
| 165 | 165 |          foreach ($docs as $doc) { | 
                                                        
@@ -157,7 +157,7 @@  | 
                                                    ||
| 157 | 157 |      { | 
                                                        
| 158 | 158 | $body = ['body' => []];  | 
                                                        
| 159 | 159 |          if (self::config()->get('pipeline')) { | 
                                                        
| 160 | - $body['body'] = [ // @todo Check if this is indeed how it works  | 
                                                        |
| 160 | + $body['body'] = [// @todo Check if this is indeed how it works  | 
                                                        |
| 161 | 161 | 'index' => $index->getIndexName(),  | 
                                                        
| 162 | 162 |                                'pipeline' => self::config()->get('pipeline') | 
                                                        
| 163 | 163 | ];  |