@@ -43,7 +43,7 @@ |
||
| 43 | 43 | $signer = new SignatureV4('es', $region); |
| 44 | 44 | $credProvider = $this->getCredentialProvider(); |
| 45 | 45 | |
| 46 | - return Middleware::mapRequest(function (RequestInterface $req) use ( |
|
| 46 | + return Middleware::mapRequest(function(RequestInterface $req) use ( |
|
| 47 | 47 | $signer, |
| 48 | 48 | $credProvider |
| 49 | 49 | ) { |
@@ -147,7 +147,7 @@ |
||
| 147 | 147 | * |
| 148 | 148 | * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update-by-query.html |
| 149 | 149 | */ |
| 150 | - public function updateByQuery($query, AbstractScript $script , array $options = []) |
|
| 150 | + public function updateByQuery($query, AbstractScript $script, array $options = []) |
|
| 151 | 151 | { |
| 152 | 152 | $query = Query::create($query)->getQuery(); |
| 153 | 153 | |