1
0
Fork 0
mirror of synced 2024-07-06 15:11:21 +12:00

Change Client data hint

This commit is contained in:
fogelito 2022-12-19 13:25:01 +02:00
parent 91e17e4e94
commit dfd122efaa

View file

@ -13,11 +13,7 @@ abstract class Scope extends TestCase
{
use Retryable;
/**
* @var Client
*/
protected $client = null;
protected ?Client $client = null;
protected string $endpoint = 'http://localhost/v1';
protected function setUp(): void