Completed
Pull Request — master (#1666)
by Ema
01:46
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/Document.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,6 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.