@@ -6,7 +6,6 @@ |
||
6 | 6 | use Elastica\Bulk\Action\AbstractDocument as AbstractDocumentAction; |
7 | 7 | use Elastica\Bulk\Response as BulkResponse; |
8 | 8 | use Elastica\Bulk\ResponseSet; |
9 | -use Elastica\Exception\Bulk\ResponseException; |
|
10 | 9 | use Elastica\Exception\Bulk\ResponseException as BulkResponseException; |
11 | 10 | use Elastica\Exception\InvalidException; |
12 | 11 | use Elastica\Script\AbstractScript; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Elastica\Document; |
6 | 6 | use Elastica\Index; |
7 | 7 | use Elastica\Query\Ids; |
8 | -use Elastica\Query\Type; |
|
9 | 8 | use Elastica\Test\Base as BaseTest; |
10 | 9 | |
11 | 10 | /** |
@@ -430,11 +430,11 @@ |
||
430 | 430 | return new DiversifiedSampler($name); |
431 | 431 | } |
432 | 432 | |
433 | - /** |
|
434 | - * composite aggregation |
|
435 | - */ |
|
433 | + /** |
|
434 | + * composite aggregation |
|
435 | + */ |
|
436 | 436 | public function composite(string $name): Composite |
437 | 437 | { |
438 | - return new Composite($name); |
|
438 | + return new Composite($name); |
|
439 | 439 | } |
440 | 440 | } |