@@ -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; |
@@ -143,7 +143,6 @@ |
||
| 143 | 143 | * @param string $key Key to add the file to |
| 144 | 144 | * @param string $filepath Path to add the file |
| 145 | 145 | * @param string $mimeType Header mime type |
| 146 | - |
|
| 147 | 146 | */ |
| 148 | 147 | public function addFile(string $key, string $filepath, string $mimeType = ''): self |
| 149 | 148 | { |