Skip to content

Commit

Permalink
Merge branch 'fix/946'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 30, 2019
2 parents 6420d38 + 35963f5 commit 42a9713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Elasticsearch/Namespaces/IndicesNamespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,10 @@ public function validateQuery(array $params = [])
/**
* Alias function to getAlias()
*
* @deprecated added to prevent BC break introduced in 7.2.0
* @deprecated added to prevent BC break introduced in 7.2.0 and 7.2.1
* @see https://github.com/elastic/elasticsearch-php/issues/940
*/
public function getAliases(array $params)
public function getAliases(array $params = [])
{
return $this->getAlias($params);
}
Expand Down

0 comments on commit 42a9713

Please sign in to comment.