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.
2 parents 6420d38 + 35963f5 commit 42a9713Copy full SHA for 42a9713
src/Elasticsearch/Namespaces/IndicesNamespace.php
@@ -687,10 +687,10 @@ public function validateQuery(array $params = [])
687
/**
688
* Alias function to getAlias()
689
*
690
- * @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
691
* @see https://github.com/elastic/elasticsearch-php/issues/940
692
*/
693
- public function getAliases(array $params)
+ public function getAliases(array $params = [])
694
{
695
return $this->getAlias($params);
696
}
0 commit comments