Passed
Push — main ( 13ac57...e30bbc )
by Simon
01:10
created
src/Services/ElasticCoreService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
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
             ];
Please login to merge, or discard this patch.