Skip to content

Commit 7617a23

Browse files
committed
Fix for #906 + fixed travis allow_failures
1 parent 2b9a84d commit 7617a23

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ matrix:
1414
include:
1515
- php: 7.1
1616
env: ES_VERSION="7.0.0"
17-
1817
- php: 7.2
1918
env: ES_VERSION="7.0.0"
20-
2119
- php: 7.3
2220
env: ES_VERSION="7.0.0"
21+
- php: 7.3
22+
env: ES_VERSION="7.1.0"
2323
allow_failures:
2424
- php: 7.3
2525
env: ES_VERSION="7.1.0"

src/Elasticsearch/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,6 @@ public function scroll(array $params = [])
10261026
{
10271027
$scrollID = $this->extractArgument($params, 'scroll_id');
10281028
$body = $this->extractArgument($params, 'body');
1029-
$scroll = $this->extractArgument($params, 'scroll');
10301029

10311030
/**
10321031
* @var callable $endpointBuilder

0 commit comments

Comments
 (0)