Skip to content

Commit

Permalink
getLastResponse(): ?Response
Browse files Browse the repository at this point in the history
  • Loading branch information
Анастасия Скульская committed Oct 30, 2024
1 parent 18a8adf commit 81f9943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manticoresearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public function request(Request $request, array $params = []): Response {
*
* @return Response
*/
public function getLastResponse(): Response {
public function getLastResponse(): ?Response {
return $this->lastResponse;
}

Expand Down

0 comments on commit 81f9943

Please sign in to comment.