Skip to content

Commit

Permalink
Fix return type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiergummi committed Feb 11, 2021
1 parent 6693319 commit 073a528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/ExecutesQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ public function bulk($data): object
* @return array
* @throws JsonException
*/
public function performSearch(?string $scrollId = null): array
public function performSearch(?string $scrollId = null): ?array
{
$scrollId = $scrollId ?? $this->getScrollId();
$result = $scrollId
Expand Down

0 comments on commit 073a528

Please sign in to comment.