Completed
Push — master ( 6ae6e1...8a432f )
by Federico
01:56
created
lib/Elastica/Bulk/Action.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     }
128 128
 
129 129
     /**
130
-     * @param string|Index $index
130
+     * @param string $index
131 131
      *
132 132
      * @return $this
133 133
      */
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     }
171 171
 
172 172
     /**
173
-     * @param string|int $routing
173
+     * @param string|boolean $routing
174 174
      *
175 175
      * @return $this
176 176
      */
Please login to merge, or discard this patch.
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.