Skip to content

Commit

Permalink
Fix typehint (lastResponse is null until first request)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankonas authored and JiriLojda committed Jul 4, 2024
1 parent d403f45 commit 2022179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kontent/Ai/Delivery/DeliveryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class DeliveryClient
/**
* Response from last request made
*
* @var Response
* @var Response|null
*/
public $lastResponse;

Expand Down

0 comments on commit 2022179

Please sign in to comment.