Completed
Pull Request — master (#1868)
by romain
02:27
created
src/Bulk.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
tests/Query/MultiMatchTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Elastica\Test\Query;
4 4
 
5 5
 use Elastica\Document;
6
-use Elastica\Index;
7 6
 use Elastica\Mapping;
8 7
 use Elastica\Query;
9 8
 use Elastica\Query\MultiMatch;
Please login to merge, or discard this patch.