File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Elasticsearch/Namespaces Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class IndicesNamespace extends AbstractNamespace
18
18
*
19
19
* @param $params array Associative array of parameters
20
20
*
21
- * @return bool
21
+ * @return boolean
22
22
*/
23
23
public function exists ($ params )
24
24
{
@@ -439,7 +439,7 @@ public function recovery($params = array())
439
439
*
440
440
* @param $params array Associative array of parameters
441
441
*
442
- * @return array
442
+ * @return boolean
443
443
*/
444
444
public function existsType ($ params )
445
445
{
@@ -669,7 +669,7 @@ public function getTemplate($params)
669
669
*
670
670
* @param $params array Associative array of parameters
671
671
*
672
- * @return array
672
+ * @return boolean
673
673
*/
674
674
public function existsTemplate ($ params )
675
675
{
@@ -930,7 +930,7 @@ public function getAliases($params = array())
930
930
*
931
931
* @param $params array Associative array of parameters
932
932
*
933
- * @return array
933
+ * @return boolean
934
934
*/
935
935
public function existsAlias ($ params )
936
936
{
You can’t perform that action at this time.
0 commit comments