Completed
Pull Request — master (#1679)
by Ema
01:48
created
lib/Elastica/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.
lib/Elastica/Query.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -311,7 +311,6 @@
 block discarded – undo
311 311
      * Allows filtering of documents based on a minimum score.
312 312
      *
313 313
      * @param float $minScore Minimum score to filter documents by
314
-
315 314
      * @throws InvalidException
316 315
      *
317 316
      * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-min-score
Please login to merge, or discard this patch.