Skip to content

Commit 498c003

Browse files
committed
[DOCS] Fix return type in docblock for all Exists* endpoints
Closes #449
1 parent c0820dc commit 498c003

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Elasticsearch/Namespaces/IndicesNamespace.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class IndicesNamespace extends AbstractNamespace
1818
*
1919
* @param $params array Associative array of parameters
2020
*
21-
* @return bool
21+
* @return boolean
2222
*/
2323
public function exists($params)
2424
{
@@ -439,7 +439,7 @@ public function recovery($params = array())
439439
*
440440
* @param $params array Associative array of parameters
441441
*
442-
* @return array
442+
* @return boolean
443443
*/
444444
public function existsType($params)
445445
{
@@ -669,7 +669,7 @@ public function getTemplate($params)
669669
*
670670
* @param $params array Associative array of parameters
671671
*
672-
* @return array
672+
* @return boolean
673673
*/
674674
public function existsTemplate($params)
675675
{
@@ -930,7 +930,7 @@ public function getAliases($params = array())
930930
*
931931
* @param $params array Associative array of parameters
932932
*
933-
* @return array
933+
* @return boolean
934934
*/
935935
public function existsAlias($params)
936936
{

0 commit comments

Comments
 (0)