Skip to content

Commit 9c45775

Browse files
vrkansagarapolyfractal
authored andcommitted
[DOCS] use std class in example instead of empty array (#549)
1 parent 3467c19 commit 9c45775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search-operations.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ $params = [
236236
"index" => "my_index",
237237
"body" => [
238238
"query" => [
239-
"match_all" => []
239+
"match_all" => new \stdClass()
240240
]
241241
]
242242
];

0 commit comments

Comments
 (0)