Skip to content

Commit

Permalink
[DOCS] Fix return type in docblock for all Exists* endpoints
Browse files Browse the repository at this point in the history
Closes #449
  • Loading branch information
polyfractal committed Aug 11, 2016
1 parent c0820dc commit 498c003
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Elasticsearch/Namespaces/IndicesNamespace.php
Expand Up @@ -18,7 +18,7 @@ class IndicesNamespace extends AbstractNamespace
*
* @param $params array Associative array of parameters
*
* @return bool
* @return boolean
*/
public function exists($params)
{
Expand Down Expand Up @@ -439,7 +439,7 @@ public function recovery($params = array())
*
* @param $params array Associative array of parameters
*
* @return array
* @return boolean
*/
public function existsType($params)
{
Expand Down Expand Up @@ -669,7 +669,7 @@ public function getTemplate($params)
*
* @param $params array Associative array of parameters
*
* @return array
* @return boolean
*/
public function existsTemplate($params)
{
Expand Down Expand Up @@ -930,7 +930,7 @@ public function getAliases($params = array())
*
* @param $params array Associative array of parameters
*
* @return array
* @return boolean
*/
public function existsAlias($params)
{
Expand Down

0 comments on commit 498c003

Please sign in to comment.