@@ -15,10 +15,10 @@ discard block |
||
15 | 15 | * @see http://php.net/manual/en/function.json-decode.php |
16 | 16 | * @see http://php.net/manual/en/function.json-last-error.php |
17 | 17 | * |
18 | - * @param string $args,... JSON string to parse |
|
19 | 18 | * |
20 | 19 | * @throws JSONParseException |
21 | 20 | * |
21 | + * @param string $args |
|
22 | 22 | * @return array PHP array representation of JSON string |
23 | 23 | */ |
24 | 24 | public static function parse($args/* inherit from json_decode */) |
@@ -49,7 +49,6 @@ discard block |
||
49 | 49 | * @see http://php.net/manual/en/function.json-encode.php |
50 | 50 | * @see http://php.net/manual/en/function.json-last-error.php |
51 | 51 | * |
52 | - * @param mixed $args,... Target to stringify |
|
53 | 52 | * |
54 | 53 | * @throws JSONParseException |
55 | 54 | * |
@@ -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; |