Skip to content

Commit 2fe5ef7

Browse files
committed
Added string type to body
1 parent aae4c90 commit 2fe5ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elasticsearch/Endpoints/AbstractEndpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ abstract class AbstractEndpoint
3636
/** @var string */
3737
protected $method = null;
3838

39-
/** @var array */
39+
/** @var string|array */
4040
protected $body = null;
4141

4242
/** @var array */

0 commit comments

Comments
 (0)