Skip to content

Commit af36d69

Browse files
xurshudyanXurshudyan
andauthored
make properties nullable in Builder (#953)
Co-authored-by: Xurshudyan <v.khurshudyan@aico.swiss>
1 parent 9c698ca commit af36d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Builder
5757
/**
5858
* The custom index specified for the search.
5959
*
60-
* @var string
60+
* @var string|null
6161
*/
6262
public $index;
6363

@@ -85,7 +85,7 @@ class Builder
8585
/**
8686
* The "limit" that should be applied to the search.
8787
*
88-
* @var int
88+
* @var int|null
8989
*/
9090
public $limit;
9191

0 commit comments

Comments
 (0)