@@ -59,8 +59,8 @@ |
||
| 59 | 59 | $index = $this->client->getIndex($this->indexName . '_' . $language); |
| 60 | 60 | $this->logger->info('Removing documents of type ' . $this->typeName . ' from index ' . $index); |
| 61 | 61 | $index->getType($this->typeName)->deleteByQuery( |
| 62 | - new Query\MatchAll() |
|
| 63 | - ); |
|
| 62 | + new Query\MatchAll() |
|
| 63 | + ); |
|
| 64 | 64 | $index->refresh(); |
| 65 | 65 | } |
| 66 | 66 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace T3G\Elasticorn\Service; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace T3G\Elasticorn\Commands\Type; |
| 5 | 5 | |