Skip to content

Commit

Permalink
Proper return type array for get method
Browse files Browse the repository at this point in the history
  • Loading branch information
Artistan authored Sep 19, 2017
1 parent c0ed43c commit af4df8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elasticsearch/Namespaces/IndicesNamespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function exists($params)
*
* @param $params array Associative array of parameters
*
* @return bool
* @return array
*/
public function get($params)
{
Expand Down

0 comments on commit af4df8c

Please sign in to comment.