Skip to content

Commit 3d78bf4

Browse files
committed
ECS-931
1 parent 17b5954 commit 3d78bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ElasticQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @method static array get(string $indexName, int|string $id)
1717
* @method static array indicesExists(string $index)
1818
* @method static void indicesCreate(string $index, array $settings)
19-
* @method static array bulk(string $index, array $body)
19+
* @method static array bulk(?string $index, array $body)
2020
* @method static array documentDelete(string $index, int|string $id)
2121
* @method static array catIndices(string $indexName, array|null $getFields = null)
2222
* @method static array indicesDelete(string $indexName)

0 commit comments

Comments
 (0)