@@ -291,7 +291,7 @@ |
||
291 | 291 | $indices = []; |
292 | 292 | |
293 | 293 | foreach ($indexNames as $indexName) { |
294 | - if($this->env !== null){ |
|
294 | + if($this->env !== null) { |
|
295 | 295 | $indexName = $this->env . '_' . $indexName; |
296 | 296 | } |
297 | 297 |