Skip to content

Commit af4df8c

Browse files
authored
Proper return type array for get method
1 parent c0ed43c commit af4df8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elasticsearch/Namespaces/IndicesNamespace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function exists($params)
4848
*
4949
* @param $params array Associative array of parameters
5050
*
51-
* @return bool
51+
* @return array
5252
*/
5353
public function get($params)
5454
{

0 commit comments

Comments
 (0)