Skip to content

Commit

Permalink
[DOCS] use std class in example instead of empty array (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrkansagara authored and polyfractal committed Mar 2, 2017
1 parent 3467c19 commit 9c45775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/search-operations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ $params = [
"index" => "my_index",
"body" => [
"query" => [
"match_all" => []
"match_all" => new \stdClass()
]
]
];
Expand Down

0 comments on commit 9c45775

Please sign in to comment.