We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9a84d commit 7617a23Copy full SHA for 7617a23
.travis.yml
@@ -14,12 +14,12 @@ matrix:
14
include:
15
- php: 7.1
16
env: ES_VERSION="7.0.0"
17
-
18
- php: 7.2
19
20
21
- php: 7.3
22
+ - php: 7.3
+ env: ES_VERSION="7.1.0"
23
allow_failures:
24
25
env: ES_VERSION="7.1.0"
src/Elasticsearch/Client.php
@@ -1026,7 +1026,6 @@ public function scroll(array $params = [])
1026
{
1027
$scrollID = $this->extractArgument($params, 'scroll_id');
1028
$body = $this->extractArgument($params, 'body');
1029
- $scroll = $this->extractArgument($params, 'scroll');
1030
1031
/**
1032
* @var callable $endpointBuilder
0 commit comments